public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BASEDEPLOYDIR
The folder where the packages are uncompressed
|
static String |
BASEDEPLOYLOGDIR
The deployment log folder
|
static String |
BASEDIR
The working folder for all the deployment operation
|
static String |
BASEPATCHDIR
The folder where the patches are uncompressed
|
static String |
BASESOURCEDIR
The folder where the packages are downloaded
|
static String |
DEPLOYFILE
The build file including the Ant targets to use during the deployment
|
static int |
deployTimeout
The deployment timeout
|
static String |
INSTALLSCRIPTDIR
The Install scripts folder
|
static String |
REBOOTSCRIPTDIR
The Reboot scripts folder
|
static String |
REPORTDIR
The Deployment Reports folder
|
static String |
RESTARTFILE
The restart file
|
static String |
RESTARTNOTIFIERFILE
The file created to notify to the container daemon that it's time to restart the container itself
|
static String |
UNINSTALLSCRIPTDIR
The Uninstall scripts folder
|
| Constructor and Description |
|---|
Configuration() |
public static final String BASEDIR
public static final String DEPLOYFILE
public static final String RESTARTFILE
public static final String RESTARTNOTIFIERFILE
public static final String BASESOURCEDIR
public static final String BASEDEPLOYDIR
public static final String BASEPATCHDIR
public static final String BASEDEPLOYLOGDIR
public static final String INSTALLSCRIPTDIR
public static final String UNINSTALLSCRIPTDIR
public static final String REBOOTSCRIPTDIR
public static final String REPORTDIR
public static final int deployTimeout
Copyright © 2015. All Rights Reserved.