Modifier and Type | Field and Description |
---|---|
static String |
FLAG_PROJECT
/project flag -- target project
|
static String |
FLAG_RECURSE
/recurse --
|
static String |
FLAG_VERBOSE
/recurse --
|
COMMAND_CHECKIN, COMMAND_CHECKOUT, COMMAND_CREATE_TASK, COMMAND_DEFAULT_TASK, COMMAND_RECONFIGURE
Constructor and Description |
---|
CCMReconfigure()
Constructor for CCMReconfigure.
|
Modifier and Type | Method and Description |
---|---|
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).
|
getCcmAction, getCcmCommand, run, run, setCcmAction, setCcmDir
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public static final String FLAG_PROJECT
public static final String FLAG_RECURSE
public static final String FLAG_VERBOSE
public void execute() throws BuildException
Builds a command line to execute ccm and then calls Exec's run method to execute the command line.
execute
in class Task
BuildException
- on errorpublic String getCcmProject()
public boolean isRecurse()
public boolean isVerbose()
public void setCcmProject(String v)
v
- Value to assign to project.public void setRecurse(boolean v)
v
- Value to assign to recurse.public void setVerbose(boolean v)
v
- Value to assign to verbose.