Class CCMCheck
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.optional.ccm.Continuus
org.apache.tools.ant.taskdefs.optional.ccm.CCMCheck
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- CCMCheckin,- CCMCheckinDefault,- CCMCheckout
Class common to all check commands (checkout, checkin,checkin default task);
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final String-comment flag -- comment to attach to the filestatic final String-task flag -- associate checkout task with taskFields inherited from class org.apache.tools.ant.taskdefs.optional.ccm.ContinuusCOMMAND_CHECKIN, COMMAND_CHECKOUT, COMMAND_CREATE_TASK, COMMAND_DEFAULT_TASK, COMMAND_RECONFIGUREFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddFileset(FileSet set) Adds a set of files to copy.voidexecute()Executes the task.Get the value of comment.getFile()Get the value of file.getTask()Get the value of task.voidsetComment(String v) Specifies a comment.voidSets the path to the file that the command will operate on.voidSpecifies the task number used to check in the file (may use 'default').Methods inherited from class org.apache.tools.ant.taskdefs.optional.ccm.ContinuusgetCcmAction, getCcmCommand, run, run, setCcmAction, setCcmDirMethods inherited from class org.apache.tools.ant.TaskbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
- 
Field Details- 
FLAG_COMMENT
- 
FLAG_TASK
- 
filesets
 
- 
- 
Constructor Details- 
CCMCheckpublic CCMCheck()
 
- 
- 
Method Details- 
getFile
- 
setFileSets the path to the file that the command will operate on.- Parameters:
- v- Value to assign to file.
 
- 
getComment
- 
setComment
- 
getTask
- 
setTaskSpecifies the task number used to check in the file (may use 'default').- Parameters:
- v- Value to assign to task.
 
- 
addFileset
- 
executeExecutes the task.Builds a command line to execute ccm and then calls Exec's run method to execute the command line. - Overrides:
- executein class- Task
- Throws:
- BuildException- on error
 
 
-