public class Environment extends Object
| Modifier and Type | Field and Description |
|---|---|
Path |
appDir
app_dir:
The application source package directory
|
String |
appId
app_id:
The unique ID of the application being deployed
|
int |
appPort
app_port:
The genapp assigned port for the application
|
String |
appUser
app_user:
The user associated with the application being deployed
|
Path |
clickstackDir
Aka
plugin_dir |
Path |
controlDir
control_dir:
The control subdirectory located within the genapp directory
|
Path |
genappDir
genapp_dir:
The genapp subdirectory located within the application directory
|
Path |
logDir
log_dir:
The conventional location for application logs
|
Path |
packageDir
pkg_dir:
The application source package directory
|
@Nonnull public final String appUser
app_user: The user associated with the application being deployed
@Nonnull public final Path controlDir
control_dir: The control subdirectory located within the genapp directory
@Nonnull public final Path genappDir
genapp_dir: The genapp subdirectory located within the application directory
This variable is equivalent to $app_dir/.genapp.
Plugins may use this variable to reference files located in the genapp subdirectory. These may be files created by other plugins that have already performed their setup operations or files that the plugin itself creates.
Copyright © 2013. All Rights Reserved.