| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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
public class MSVSSCHECKOUT
Performs CheckOut commands to Microsoft Visual SourceSafe.
| Nested Class Summary | 
|---|
| Nested classes/interfaces 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 | 
|---|
| target, taskName, taskType, wrapper | 
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, 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 | 
|---|
| bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MSVSSCHECKOUT()
| Method Detail | 
|---|
protected Commandline buildCmdLine()
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 | ||||||||