Class CCMReconfigure
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.optional.ccm.Continuus
org.apache.tools.ant.taskdefs.optional.ccm.CCMReconfigure
- All Implemented Interfaces:
- Cloneable
Task allows to reconfigure a project, recursively or not
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final String/project flag -- target projectstatic final String/recurse --static final String/recurse --Fields inherited from class org.apache.tools.ant.taskdefs.optional.ccm.ContinuusCOMMAND_CHECKIN, COMMAND_CHECKOUT, COMMAND_CREATE_TASK, COMMAND_DEFAULT_TASK, COMMAND_RECONFIGUREFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute()Executes the task.Get the value of project.booleanGet the value of recurse.booleanGet the value of verbose.voidSets the ccm project on which the operation is applied.voidsetRecurse(boolean v) If true, recurse on subproject (default false).voidsetVerbose(boolean v) If true, do a verbose reconfigure operation (default false).Methods inherited from class org.apache.tools.ant.taskdefs.optional.ccm.ContinuusgetCcmAction, getCcmCommand, run, run, setCcmAction, setCcmDirMethods inherited from class org.apache.tools.ant.TaskbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
- 
Field Details- 
FLAG_RECURSE/recurse --- See Also:
 
- 
FLAG_VERBOSE/recurse --- See Also:
 
- 
FLAG_PROJECT/project flag -- target project- See Also:
 
 
- 
- 
Constructor Details- 
CCMReconfigurepublic CCMReconfigure()Constructor for CCMReconfigure.
 
- 
- 
Method Details- 
executeExecutes the task.Builds a command line to execute ccm and then calls Exec's run method to execute the command line. - Overrides:
- executein class- Task
- Throws:
- BuildException- on error
 
- 
getCcmProjectGet the value of project.- Returns:
- value of project.
 
- 
setCcmProjectSets the ccm project on which the operation is applied.- Parameters:
- v- Value to assign to project.
 
- 
isRecursepublic boolean isRecurse()Get the value of recurse.- Returns:
- value of recurse.
 
- 
setRecursepublic void setRecurse(boolean v) If true, recurse on subproject (default false).- Parameters:
- v- Value to assign to recurse.
 
- 
isVerbosepublic boolean isVerbose()Get the value of verbose.- Returns:
- value of verbose.
 
- 
setVerbosepublic void setVerbose(boolean v) If true, do a verbose reconfigure operation (default false).- Parameters:
- v- Value to assign to verbose.
 
 
-