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
 boolean isDoSetup()
           
 boolean isForce()
           
 boolean isPrintUsage()
           
 boolean isReinitialize()
           
 boolean isTestModeEnabled()
           
 void setDoSetup(boolean doSetup)
           
 void setForce(boolean force)
           
 void setPrintUsage(boolean printUsage)
           
 void setReinitialize(boolean reinitialize)
           
 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)