| org.apache.tools.ant.taskdefs.optional.ccm.Continuus org.apache.tools.ant.taskdefs.optional.ccm.CCMReconfigure
CCMReconfigure | public class CCMReconfigure extends Continuus (Code) | | Task allows to reconfigure a project, recursively or not
|
Constructor Summary | |
public | CCMReconfigure() Constructor for CCMReconfigure. |
Method Summary | |
public void | execute() Executes the task. | public String | getCcmProject() Get the value of project. | public boolean | isRecurse() Get the value of recurse. | public boolean | isVerbose() Get the value of verbose. | public void | setCcmProject(String v) Sets the ccm project on which the operation is applied. | public void | setRecurse(boolean v) If true, recurse on subproject (default false). | public void | setVerbose(boolean v) If true, do a verbose reconfigure operation (default false). |
FLAG_PROJECT | final public static String FLAG_PROJECT(Code) | | /project flag -- target project
|
FLAG_RECURSE | final public static String FLAG_RECURSE(Code) | | /recurse --
|
FLAG_VERBOSE | final public static String FLAG_VERBOSE(Code) | | /recurse --
|
CCMReconfigure | public CCMReconfigure()(Code) | | Constructor for CCMReconfigure.
|
execute | public void execute() throws BuildException(Code) | | Executes the task.
Builds a command line to execute ccm and then calls Exec's run method
to execute the command line.
throws: BuildException - on error |
getCcmProject | public String getCcmProject()(Code) | | Get the value of project.
value of project. |
isRecurse | public boolean isRecurse()(Code) | | Get the value of recurse.
value of recurse. |
isVerbose | public boolean isVerbose()(Code) | | Get the value of verbose.
value of verbose. |
setCcmProject | public void setCcmProject(String v)(Code) | | Sets the ccm project on which the operation is applied.
Parameters: v - Value to assign to project. |
setRecurse | public void setRecurse(boolean v)(Code) | | If true, recurse on subproject (default false).
Parameters: v - Value to assign to recurse. |
setVerbose | public void setVerbose(boolean v)(Code) | | If true, do a verbose reconfigure operation (default false).
Parameters: v - Value to assign to verbose. |
|
|