org.gcube.common.vremanagement.deployer.impl.contexts
Class Configuration

java.lang.Object
  extended by org.gcube.common.vremanagement.deployer.impl.contexts.Configuration

public class Configuration
extends Object

Collector of all file-based configuration items for the Deployer service *

Author:
Manuele Simi (ISTI-CNR)

Nested Class Summary
static class Configuration.PACKAGETYPE
           
 
Field Summary
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 Summary
Configuration()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASEDIR

public static final String BASEDIR
The working folder for all the deployment operation


DEPLOYFILE

public static final String DEPLOYFILE
The build file including the Ant targets to use during the deployment


RESTARTFILE

public static final String RESTARTFILE
The restart file


RESTARTNOTIFIERFILE

public static final String RESTARTNOTIFIERFILE
The file created to notify to the container daemon that it's time to restart the container itself


BASESOURCEDIR

public static final String BASESOURCEDIR
The folder where the packages are downloaded


BASEDEPLOYDIR

public static final String BASEDEPLOYDIR
The folder where the packages are uncompressed


BASEPATCHDIR

public static final String BASEPATCHDIR
The folder where the patches are uncompressed


BASEDEPLOYLOGDIR

public static final String BASEDEPLOYLOGDIR
The deployment log folder


INSTALLSCRIPTDIR

public static final String INSTALLSCRIPTDIR
The Install scripts folder


UNINSTALLSCRIPTDIR

public static final String UNINSTALLSCRIPTDIR
The Uninstall scripts folder


REBOOTSCRIPTDIR

public static final String REBOOTSCRIPTDIR
The Reboot scripts folder


REPORTDIR

public static final String REPORTDIR
The Deployment Reports folder


deployTimeout

public static final int deployTimeout
The deployment timeout

See Also:
Constant Field Values
Constructor Detail

Configuration

public Configuration()


Copyright © 2012. All Rights Reserved.