Platform instance settings
| Modifiers | Name | Description |
|---|---|---|
enum |
PlatformSettings.AppServerType |
Application Server types on which PLF add-ons can be managed |
enum |
PlatformSettings.DistributionType |
Distribution types on which PLF add-ons can be managed |
| Type | Name and description |
|---|---|
static java.lang.String |
PLATFORM_HOME_SYS_PROPThe system property key used to pass the PLF home directory |
PlatformSettings.AppServerType |
appServerType |
PlatformSettings.DistributionType |
distributionType |
java.io.File |
homeDirectory |
java.io.File |
librariesDirectory |
java.io.File |
propertiesDirectory |
java.lang.String |
version |
java.io.File |
webappsDirectory |
| Constructor and description |
|---|
PlatformSettings
()Platform Settings for the instance located with PLATFORM_HOME_SYS_PROP system property |
PlatformSettings
(java.io.File homeDirectory)Platform Settings for the instance located with PLATFORM_HOME_SYS_PROP system property |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The system property key used to pass the PLF home directory
Platform Settings for the instance located with PLATFORM_HOME_SYS_PROP system property
Platform Settings for the instance located with PLATFORM_HOME_SYS_PROP system property
homeDirectory - the path to the PLF instance to analyzeGroovy Documentation