org.apache.tools.ant.taskdefs.optional.ccm
public class CCMReconfigure extends Continuus
| Field Summary | |
|---|---|
| static String | FLAG_PROJECT
/project flag -- target project |
| static String | FLAG_RECURSE
/recurse -- |
| static String | FLAG_VERBOSE
/recurse -- |
| Constructor Summary | |
|---|---|
| CCMReconfigure() Constructor for CCMReconfigure. | |
| Method Summary | |
|---|---|
| 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). |
Builds a command line to execute ccm and then calls Exec's run method to execute the command line.
Throws: BuildException on error
Returns: value of project.
Returns: value of recurse.
Returns: value of verbose.
Parameters: v Value to assign to project.
Parameters: v Value to assign to recurse.
Parameters: v Value to assign to verbose.