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
-
Field Summary
Modifier 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.Continuus
COMMAND_CHECKIN, COMMAND_CHECKOUT, COMMAND_CREATE_TASK, COMMAND_DEFAULT_TASK, COMMAND_RECONFIGURE
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executes the task.Get the value of project.boolean
Get the value of recurse.boolean
Get the value of verbose.void
Sets the ccm project on which the operation is applied.void
setRecurse
(boolean v) If true, recurse on subproject (default false).void
setVerbose
(boolean v) If true, do a verbose reconfigure operation (default false).Methods inherited from class org.apache.tools.ant.taskdefs.optional.ccm.Continuus
getCcmAction, getCcmCommand, run, run, setCcmAction, setCcmDir
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Field Details
-
FLAG_RECURSE
-
FLAG_VERBOSE
-
FLAG_PROJECT
-
-
Constructor Details
-
CCMReconfigure
public CCMReconfigure()Constructor for CCMReconfigure.
-
-
Method Details
-
execute
Executes the task.Builds a command line to execute ccm and then calls Exec's run method to execute the command line.
- Overrides:
execute
in classTask
- Throws:
BuildException
- on error
-
getCcmProject
-
setCcmProject
Sets the ccm project on which the operation is applied.- Parameters:
v
- Value to assign to project.
-
isRecurse
public boolean isRecurse()Get the value of recurse.- Returns:
- value of recurse.
-
setRecurse
public void setRecurse(boolean v) If true, recurse on subproject (default false).- Parameters:
v
- Value to assign to recurse.
-
isVerbose
public boolean isVerbose()Get the value of verbose.- Returns:
- value of verbose.
-
setVerbose
public void setVerbose(boolean v) If true, do a verbose reconfigure operation (default false).- Parameters:
v
- Value to assign to verbose.
-