org.apache.tools.ant.taskdefs.optional.ccm
public class CCMCheck extends Continuus
UNKNOWN: ignore="true"
Field Summary | |
---|---|
protected Vector | filesets |
static String | FLAG_COMMENT
-comment flag -- comment to attach to the file |
static String | FLAG_TASK
-task flag -- associate checkout task with task |
Constructor Summary | |
---|---|
CCMCheck() Constructor for CCMCheck. |
Method Summary | |
---|---|
void | addFileset(FileSet set)
Adds a set of files to copy. |
void | execute()
Executes the task.
|
String | getComment()
Get the value of comment. |
File | getFile()
Get the value of file. |
String | getTask()
Get the value of task. |
void | setComment(String v)
Specifies a comment. |
void | setFile(File v)
Sets the path to the file that the command will operate on. |
void | setTask(String v)
Specifies the task number used to check
in the file (may use 'default'). |
Parameters: set the set of files
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 comment.
Returns: value of file.
Returns: value of task.
Parameters: v Value to assign to comment.
Parameters: v Value to assign to file.
Parameters: v Value to assign to task.