org.apache.tools.ant.taskdefs.optional.ccm
Class CCMReconfigure
- Cloneable
public class CCMReconfigure
Task allows to reconfigure a project, recursively or not
void | execute() - Executes the task.
|
String | getCcmProject() - Get the value of project.
|
boolean | isRecurse() - Get the value of recurse.
|
boolean | isVerbose() - Get the value of verbose.
|
void | setCcmProject(String v) - 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).
|
bindToOwner , execute , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , log , log , maybeConfigure , perform , reconfigure , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
FLAG_PROJECT
public static final String FLAG_PROJECT
/project flag -- target project
FLAG_RECURSE
public static final String FLAG_RECURSE
/recurse --
FLAG_VERBOSE
public static final String FLAG_VERBOSE
/recurse --
CCMReconfigure
public CCMReconfigure()
Constructor for CCMReconfigure.
execute
public void execute()
throws BuildException
Executes the task.
Builds a command line to execute ccm and then calls Exec's run method
to execute the command line.
- execute in interface Task
getCcmProject
public String getCcmProject()
Get the value of project.
isRecurse
public boolean isRecurse()
Get the value of recurse.
isVerbose
public boolean isVerbose()
Get the value of verbose.
setCcmProject
public void setCcmProject(String v)
Sets the ccm project on which the operation is applied.
v
- Value to assign to project.
setRecurse
public void setRecurse(boolean v)
If true, recurse on subproject (default false).
v
- Value to assign to recurse.
setVerbose
public void setVerbose(boolean v)
If true, do a verbose reconfigure operation (default false).
v
- Value to assign to verbose.