com.xebialabs.deployit.setup
Class SetupContext

java.lang.Object
  extended by com.xebialabs.deployit.DeployitConfig
      extended by com.xebialabs.deployit.setup.SetupContext

public class SetupContext
extends com.xebialabs.deployit.DeployitConfig

Configuration as it exists during setup.


Field Summary
 
Fields inherited from class com.xebialabs.deployit.DeployitConfig
adminPassword, DEFAULT_ADMIN_PASSWORD, DEFAULT_DEPLOYIT_KEYS_KEYSTORE_PASSWORD, DEFAULT_HTTP_BIND_ADDRESS, DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT, DEFAULT_IMPORTABLE_PACKAGES_PATH, DEFAULT_JCR_REPOSITORY_PATH, DEFAULT_MAX_THREADS, DEFAULT_MIN_THREADS, DEFAULT_WEB_CONTEXT_ROOT, DEFAULT_WEBCONTENT_PACKAGE, FILE_URL_PREFIX, httpPort, importablePackagesPath, jcrRepositoryPath, KEY_ADMIN_PASSWORD, KEY_CUSTOM_PREFIX, KEY_DEFAULT_PREFIX, KEY_DEPLOYIT_KEYS_KEYSTORE_PASSWORD, KEY_HTTP_BIND_ADDRESS, KEY_HTTP_CONTEXT_ROOT, KEY_HTTP_PORT, KEY_IMPORTABLE_PACKAGES_PATH, KEY_JCR_REPOSITORY_PATH, KEY_KEYSTORE_KEYPASSWORD, KEY_KEYSTORE_PASSWORD, KEY_KEYSTORE_PATH, KEY_MAXIMUM_THREADS, KEY_MINIMUM_THREADS, KEY_SSL_PROTOCOL, KEY_USE_SSL, keyStoreKeyPassword, keyStorePassword, keyStorePath, maxThreads, minThreads, SPRING_CONFIG, SPRING_CTX_CFG_LOCATION_KEY, ssl, sslProtocol
 
Constructor Summary
SetupContext()
           
 
Method Summary
 java.lang.String getPasswordEncryptionKeyPassword()
           
 boolean isGenerateKeyStore()
           
 boolean isGeneratePasswordEncryptionKey()
           
 boolean isInitializeJcrRepository()
           
 void setGenerateKeyStore(boolean generateKeys)
           
 void setGeneratePasswordEncryptionKey(boolean generatePasswordEncryptionKey)
           
 void setInitializeJcrRepository(boolean initializeJcrRepository)
           
 void setPasswordEncryptionKeyPassword(java.lang.String passwordEncryptionKeyPassword)
           
 
Methods inherited from class com.xebialabs.deployit.DeployitConfig
getAdminPassword, getHttpBindAddress, getHttpPort, getImportablePackagesPath, getJcrRepositoryPath, getKeyStoreKeyPassword, getKeyStorePassword, getKeyStorePath, getMaxThreads, getMinThreads, getSslProtocol, getWebContextRoot, isDirty, isNewConfiguration, isSsl, isValid, load, save, setAdminPassword, setHttpBindAddress, setHttpPort, setImportablePackagesPath, setJcrRepositoryPath, setKeyStoreKeyPassword, setKeyStorePassword, setKeyStorePath, setMaxThreads, setMinThreads, setSsl, setSslProtocol, setWebContextRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupContext

public SetupContext()
Method Detail

isGenerateKeyStore

public boolean isGenerateKeyStore()

setGenerateKeyStore

public void setGenerateKeyStore(boolean generateKeys)

isInitializeJcrRepository

public boolean isInitializeJcrRepository()

setInitializeJcrRepository

public void setInitializeJcrRepository(boolean initializeJcrRepository)

isGeneratePasswordEncryptionKey

public boolean isGeneratePasswordEncryptionKey()

setGeneratePasswordEncryptionKey

public void setGeneratePasswordEncryptionKey(boolean generatePasswordEncryptionKey)

getPasswordEncryptionKeyPassword

public java.lang.String getPasswordEncryptionKeyPassword()

setPasswordEncryptionKeyPassword

public void setPasswordEncryptionKeyPassword(java.lang.String passwordEncryptionKeyPassword)