|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.server.core.api.AbstractLayout
org.apache.directory.server.InstallationLayout
public class InstallationLayout
Convenience class to encapsulate paths to various directories and files within an installation.
| Constructor Summary | |
|---|---|
InstallationLayout(File installationDirectory)
Creates a new instance of InstallationLayout. |
|
InstallationLayout(String installationDirectoryPath)
Creates a new instance of InstallationLayout. |
|
| Method Summary | |
|---|---|
File |
getBinDirectory()
Gets the 'bin' directory in the installation directory. |
File |
getConfDirectory()
Gets the 'conf' directory in the installation directory. |
File |
getInstallationDirectory()
Gets the installation directory. |
File |
getLibDirectory()
Gets the 'lib' directory in the installation directory. |
File |
getLicenseFile()
Gets the LICENSE file ('/LICENSE'). |
File |
getNoticeFile()
Gets the NOTICE file ('/NOTICE'). |
File |
getScriptFile()
Gets the script file ('/bin/apacheds'). |
File |
getWrapperConfigurationFile()
Gets the wrapper configuration file ('/conf/wrapper.conf'). |
File |
getWrapperFile()
Gets the wrapper file ('/bin/wrapper'). |
| Methods inherited from class org.apache.directory.server.core.api.AbstractLayout |
|---|
getDirectory, getRequiredDirectories, getRequiredFiles, mkdirs, setRequiredDirectories, setRequiredFiles, verifyInstallation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstallationLayout(File installationDirectory)
installationDirectory - the installation directorypublic InstallationLayout(String installationDirectoryPath)
installationDirectoryPath - the path to the installation directory| Method Detail |
|---|
public File getBinDirectory()
public File getConfDirectory()
public File getInstallationDirectory()
public File getLibDirectory()
public File getLicenseFile()
public File getNoticeFile()
public File getScriptFile()
public File getWrapperConfigurationFile()
public File getWrapperFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||