| 
 | ||||||||||
| 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.MSVSSGET
Perform Get commands from 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 | |
| MSVSSGET() | |
| Method Summary | |
|  void | setAutoresponse(java.lang.String response)Autoresponce behaviour. | 
|  void | setDate(java.lang.String date)Date to get. | 
|  void | setFileTimeStamp(MSVSS.CurrentModUpdated timestamp)Date and time stamp given to the local copy. | 
|  void | setLabel(java.lang.String label)Label to get. | 
|  void | setLocalpath(Path localPath)Override the project working directory. | 
|  void | setQuiet(boolean quiet)Enable quiet mode. | 
|  void | setRecursive(boolean recursive)Get files recursively. | 
|  void | setVersion(java.lang.String version)Version to get. | 
|  void | setWritable(boolean writable)Unset the READ-ONLY flag on files retrieved from VSS. | 
|  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 MSVSSGET()
| Method Detail | 
public void setLocalpath(Path localPath)
localPath - The path on disk.public final void setRecursive(boolean recursive)
recursive - The boolean value for recursive.public final void setQuiet(boolean quiet)
quiet - The boolean value for quiet.public final void setWritable(boolean writable)
writable - The boolean value for writable.public void setVersion(java.lang.String version)
version - The version to get.public void setDate(java.lang.String date)
date - The date to get.public void setLabel(java.lang.String label)
label - The label to get.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 action to take.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||