FLAG_COMMENT
public static final String FLAG_COMMENT
-c flag -- comment to attach to the file
FLAG_COMMENTFILE
public static final String FLAG_COMMENTFILE
-cfile flag -- file containing a comment to attach to the file
FLAG_GLOBAL
public static final String FLAG_GLOBAL
-global flag -- creates a label type that is global to the VOB or to VOBs that use this VOB
FLAG_NOCOMMENT
public static final String FLAG_NOCOMMENT
-nc flag -- no comment is specified
FLAG_ORDINARY
public static final String FLAG_ORDINARY
-ordinary flag -- creates a label type that can be used only in the current VOB
FLAG_PBRANCH
public static final String FLAG_PBRANCH
-pbranch flag -- allows label type to be used once per branch
FLAG_REPLACE
public static final String FLAG_REPLACE
-replace flag -- replace existing label definition of the same type
FLAG_SHARED
public static final String FLAG_SHARED
-shared flag -- sets the way mastership is checked by ClearCase
execute
public void execute()
throws BuildException
Executes the task.
Builds a command line to execute cleartool and then calls Exec's run method
to execute the command line.
- execute in interface Task
getComment
public String getComment()
Get comment string
- String containing the comment
getCommentFile
public String getCommentFile()
Get comment file
- String containing the path to the comment file
getGlobal
public boolean getGlobal()
Get global flag status
- boolean containing status of global flag
getOrdinary
public boolean getOrdinary()
Get ordinary flag status
- boolean containing status of ordinary flag
getPbranch
public boolean getPbranch()
Get pbranch flag status
- boolean containing status of pbranch flag
getReplace
public boolean getReplace()
Get replace flag status
- boolean containing status of replace flag
getShared
public boolean getShared()
Get shared flag status
- boolean containing status of shared flag
getTypeName
public String getTypeName()
Get type-name string
- String containing the type-name
getVOB
public String getVOB()
Get VOB name
- String containing VOB name
setComment
public void setComment(String comment)
Set comment string
comment
- the comment string
setCommentFile
public void setCommentFile(String cfile)
Set comment file
cfile
- the path to the comment file
setGlobal
public void setGlobal(boolean glob)
Set the global flag
glob
- the status to set the flag to
setOrdinary
public void setOrdinary(boolean ordinary)
Set the ordinary flag
ordinary
- the status to set the flag to
setPbranch
public void setPbranch(boolean pbranch)
Set the pbranch flag
pbranch
- the status to set the flag to
setReplace
public void setReplace(boolean repl)
Set the replace flag
repl
- the status to set the flag to
setShared
public void setShared(boolean shared)
Set the shared flag
shared
- the status to set the flag to
setTypeName
public void setTypeName(String tn)
Set type-name string
tn
- the type-name string
setVOB
public void setVOB(String vob)
Set the VOB name