|
ClearCase (Apache Ant API)
org.apache.tools.ant.taskdefs.optional.clearcase
|
Field Summary | |
static java.lang.String |
COMMAND_CHECKIN
The 'Checkin' command |
static java.lang.String |
COMMAND_CHECKOUT
The 'Checkout' command |
static java.lang.String |
COMMAND_UNCHECKOUT
The 'UndoCheckout' command |
static java.lang.String |
COMMAND_UPDATE
The 'Update' command |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
ClearCase()
|
Method Summary | |
protected java.lang.String |
getClearToolCommand()
Builds and returns the command string to execute cleartool |
java.lang.String |
getViewPath()
Get the path to the item in a clearcase view |
protected int |
run(Commandline cmd)
|
void |
setClearToolDir(java.lang.String dir)
Set the directory where the cleartool executable is located. |
void |
setViewPath(java.lang.String viewPath)
Set the path to the item in a ClearCase view to operate on. |
Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COMMAND_UPDATE
public static final java.lang.String COMMAND_CHECKOUT
public static final java.lang.String COMMAND_CHECKIN
public static final java.lang.String COMMAND_UNCHECKOUT
Constructor Detail |
public ClearCase()
Method Detail |
public final void setClearToolDir(java.lang.String dir)
dir
- the directory containing the cleartool executableprotected final java.lang.String getClearToolCommand()
public final void setViewPath(java.lang.String viewPath)
viewPath
- Path to the view directory or filepublic java.lang.String getViewPath()
protected int run(Commandline cmd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |