|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
Instances of this interface give access to every information other classes may need about the configuration of petals ESB.
| Method Summary | |
|---|---|
java.io.File |
getConfDirectory()
Get the directory that contains configuration files |
java.io.File |
getHomeDirectory()
Get petals home directory |
java.io.File |
getInstallDirectory()
Get the directory of components to be installed |
java.io.File |
getInstalledDirectory()
Get the directory of installed components |
java.io.File |
getLibDirectory()
Get the libraries directory |
int |
getStartupTimeoutSeconds()
Get the startup timeout in seconds |
java.io.File |
getWorkDirectory()
Get the work directory |
boolean |
isValid()
Check this configuration |
| Method Detail |
|---|
boolean isValid()
throws ConfigurationException
ConfigurationException
java.io.File getHomeDirectory()
throws ConfigurationException
ConfigurationException
java.io.File getConfDirectory()
throws ConfigurationException
ConfigurationException
java.io.File getLibDirectory()
throws ConfigurationException
ConfigurationException
java.io.File getInstallDirectory()
throws ConfigurationException
ConfigurationException
java.io.File getInstalledDirectory()
throws ConfigurationException
ConfigurationException
java.io.File getWorkDirectory()
throws ConfigurationException
ConfigurationException
int getStartupTimeoutSeconds()
throws ConfigurationException
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||