public interface SystemManager
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getEtcDir() |
java.io.File |
getHome()
Returns the home directory for the system.
|
java.io.File |
getLibDir()
Provides the path to the lib folder, which holds all the jars used by Ignition.
|
java.io.File |
getLogsDir()
Provides the path to the
logs folder. |
java.io.File |
getTempDir()
Returns a temp dir that is managed by the context (cleaned out on startup.)
|
java.io.File |
getUserLibDir()
Provides the path to the
userlib folder. |
java.io.File getHome()
java.io.File getLibDir()
java.io.File getUserLibDir()
userlib folder. The userlib folder contains binaries that can be changed by
the user. These binaries include the modules and the jdbc jars. The value is taken from the
userlib.dir context parameter in webserver/webapps/main/WEB-INF/web.xml.java.io.File getLogsDir()
logs folder. The logs folder holds all the important log files used by
Ignition. The value is taken from the logs.dir context parameter in
webserver/webapps/main/WEB-INF/web.xml.java.io.File getTempDir()
java.io.File getEtcDir()