|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.optional.vss.MSVSS | +--org.apache.tools.ant.taskdefs.optional.vss.MSVSSCHECKOUT
Performs CheckOut commands to Microsoft Visual SourceSafe.
Nested Class Summary |
Nested classes inherited from class org.apache.tools.ant.taskdefs.optional.vss.MSVSS |
MSVSS.CurrentModUpdated, MSVSS.WritableFiles |
Field Summary |
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 | |
MSVSSCHECKOUT()
|
Method Summary | |
protected Commandline |
buildCmdLine()
Builds a command line to execute ss. |
void |
setAutoresponse(java.lang.String response)
Autoresponce behaviour. |
void |
setDate(java.lang.String date)
Date to check-out. |
void |
setFileTimeStamp(MSVSS.CurrentModUpdated timestamp)
Date and time stamp given to the local copy. |
void |
setGetLocalCopy(boolean get)
Retrieve a local copy during a checkout. |
void |
setLabel(java.lang.String label)
Label to check-out. |
void |
setLocalpath(Path localPath)
Override the project working directory. |
void |
setRecursive(boolean recursive)
Check-out files recursively. |
void |
setVersion(java.lang.String version)
Version to check-out. |
void |
setWritableFiles(MSVSS.WritableFiles files)
Action taken when local files are writable. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
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 |
Constructor Detail |
public MSVSSCHECKOUT()
Method Detail |
protected Commandline buildCmdLine()
buildCmdLine
in class MSVSS
public void setLocalpath(Path localPath)
localPath
- The path on disk.public void setRecursive(boolean recursive)
recursive
- The boolean value for recursive.public void setVersion(java.lang.String version)
version
- The version to check-out.public void setDate(java.lang.String date)
date
- The date to check-out.public void setLabel(java.lang.String label)
label
- The label to check-out.public void setAutoresponse(java.lang.String response)
response
- The auto response value.public void setFileTimeStamp(MSVSS.CurrentModUpdated timestamp)
current
.
timestamp
- The file time stamping behaviour.public void setWritableFiles(MSVSS.WritableFiles files)
fail
.
Due to ss.exe returning with an exit code of '100' for both errors and when
a file has been skipped, failonerror
is set to false when using
the skip
option.
files
- The writable files behaviourpublic void setGetLocalCopy(boolean get)
get
- The get local copy behaviour
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |