com.xebialabs.deployit
Class DeployitOptions

java.lang.Object
  extended by com.xebialabs.deployit.DeployitOptions

public class DeployitOptions
extends java.lang.Object


Constructor Summary
DeployitOptions()
           
 
Method Summary
 java.lang.String getDefaultsFile()
           
 java.lang.String getRepositoryKeystorePassword()
           
 boolean isDoSetup()
           
 boolean isForce()
           
 boolean isPrintUsage()
           
 boolean isReinitialize()
           
 boolean isTestModeEnabled()
           
 void setDefaultsFile(java.lang.String defaultsFile)
           
 void setDoSetup(boolean doSetup)
           
 void setForce(boolean force)
           
 void setPrintUsage(boolean printUsage)
           
 void setReinitialize(boolean reinitialize)
           
 void setRepositoryKeystorePassword(java.lang.String repositoryKeystorePassword)
           
 void setTestModeEnabled(boolean testModeEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployitOptions

public DeployitOptions()
Method Detail

isDoSetup

public boolean isDoSetup()

setDoSetup

public void setDoSetup(boolean doSetup)

isReinitialize

public boolean isReinitialize()

setReinitialize

public void setReinitialize(boolean reinitialize)

isTestModeEnabled

public boolean isTestModeEnabled()

setTestModeEnabled

public void setTestModeEnabled(boolean testModeEnabled)

isForce

public boolean isForce()

setForce

public void setForce(boolean force)

isPrintUsage

public boolean isPrintUsage()

setPrintUsage

public void setPrintUsage(boolean printUsage)

getDefaultsFile

public java.lang.String getDefaultsFile()

setDefaultsFile

public void setDefaultsFile(java.lang.String defaultsFile)

getRepositoryKeystorePassword

public java.lang.String getRepositoryKeystorePassword()

setRepositoryKeystorePassword

public void setRepositoryKeystorePassword(java.lang.String repositoryKeystorePassword)