org.apache.tools.ant.taskdefs.optional.ccm
public class CCMCreateTask extends Continuus implements ExecuteStreamHandler
UNKNOWN: name="ccmcreatetask" category="scm"
Field Summary | |
---|---|
static String | FLAG_COMMENT
/comment -- comments associated to the task |
static String | FLAG_PLATFORM
/platform flag -- target platform |
static String | FLAG_RELEASE
/release flag |
static String | FLAG_RESOLVER
/resolver flag |
static String | FLAG_SUBSYSTEM
/release flag |
static String | FLAG_TASK
-task flag -- associate checkout task with task |
Constructor Summary | |
---|---|
CCMCreateTask() |
Method Summary | |
---|---|
void | execute()
Executes the task.
|
String | getComment()
Get the value of comment. |
String | getPlatform()
Get the value of platform. |
String | getRelease()
Get the value of release. |
String | getResolver()
Get the value of resolver. |
String | getSubSystem()
Get the value of subSystem. |
String | getTask()
Get the value of task. |
void | setComment(String v)
Specifies a comment.
|
void | setPlatform(String v)
Specifies the target platform.
|
void | setProcessErrorStream(InputStream is) |
void | setProcessInputStream(OutputStream param1) |
void | setProcessOutputStream(InputStream is)
read the output stream to retrieve the new task number. |
void | setRelease(String v)
Specify the CCM release.
|
void | setResolver(String v)
Specifies the resolver.
|
void | setSubSystem(String v)
Specifies the subsystem.
|
void | setTask(String v)
Specifies the task number used to checkin
the file (may use 'default').
|
void | start() |
void | stop() |
Builds a command line to execute ccm and then calls Exec's run method to execute the command line.
Returns: value of comment.
Returns: value of platform.
Returns: value of release.
Returns: value of resolver.
Returns: value of subSystem.
Returns: value of task.
Parameters: v Value to assign to comment.
Parameters: v Value to assign to platform.
Parameters: is
Throws: java.io.IOException
Parameters: param1
Throws: java.io.IOException
Parameters: is InputStream
Throws: java.io.IOException
Parameters: v Value to assign to release.
Parameters: v Value to assign to resolver.
Parameters: v Value to assign to subSystem.
Parameters: v Value to assign to task.
Throws: java.io.IOException