|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sshtools.j2ssh.configuration.ConfigurationLoader
Performs one time configuration loading for the JSSH project.
Constructor Summary | |
protected |
ConfigurationLoader()
Constructor for the ConfigurationLoader object |
Method Summary | |
static SshAPIConfiguration |
getAPIConfiguration()
Gets the API Configuration instance. |
static java.lang.String |
getConfigurationLocation()
Returns the sshtools home directory. |
static void |
init()
Static method to call so we can invoke the static block, just in case we don't want to wait for a static call to getAPIConfiguration()
. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ConfigurationLoader()
Method Detail |
public static void init()
Static method to call so we can invoke the static block, just in case we
don't want to wait for a static call to getAPIConfiguration()
.
public static SshAPIConfiguration getAPIConfiguration()
Gets the API Configuration instance.
public static java.lang.String getConfigurationLocation()
Returns the sshtools home directory. If the system property is not found then the loader defaults to java.home/lib. This method will always return the path with a trailing File.separator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |