org.apache.tools.ant.taskdefs.optional.ccm
public abstract class Continuus extends Task
The class extends the task as it operates by executing the ccm.exe program supplied with Continuus/Synergy. By default the task expects the ccm executable to be in the path, you can override this be specifying the ccmdir attribute.
Field Summary | |
---|---|
static String | COMMAND_CHECKIN
The 'Checkin' command |
static String | COMMAND_CHECKOUT
The 'Checkout' command |
static String | COMMAND_CREATE_TASK
The 'CreateTask' command |
static String | COMMAND_DEFAULT_TASK
The 'Reconfigure' command |
static String | COMMAND_RECONFIGURE
The 'Reconfigure' command |
Method Summary | |
---|---|
String | getCcmAction()
Get the value of ccmAction. |
protected String | getCcmCommand()
Builds and returns the command string to execute ccm |
protected int | run(Commandline cmd, ExecuteStreamHandler handler)
Run the command. |
protected int | run(Commandline cmd)
Run the command. |
void | setCcmAction(String v)
Set the value of ccmAction. |
void | setCcmDir(String dir)
Set the directory where the ccm executable is located.
|
Returns: value of ccmAction.
Returns: String containing path to the executable
Parameters: cmd the command line handler an execute stream handler
Returns: the exit status of the command
Parameters: cmd the command line
Returns: the exit status of the command
Parameters: v Value to assign to ccmAction.
UNKNOWN: ignore="true"
Parameters: dir the directory containing the ccm executable