setAutoresponse
public void setAutoresponse(String response)
Autoresponce behaviour. Valid options are Y and N.
response
- The auto response value.
setDate
public void setDate(String date)
Date to get.
setFileTimeStamp
public void setFileTimeStamp(MSVSS.CurrentModUpdated timestamp)
Date and time stamp given to the local copy. Defaults to current
.
timestamp
- The file time stamping behaviour.
setLabel
public void setLabel(String label)
Label to get.
label
- The label to get.
setLocalpath
public void setLocalpath(Path localPath)
Override the project working directory.
localPath
- The path on disk.
setQuiet
public final void setQuiet(boolean quiet)
Enable quiet mode. Defaults to false.
quiet
- The boolean value for quiet.
setRecursive
public final void setRecursive(boolean recursive)
Get files recursively. Defaults to false.
recursive
- The boolean value for recursive.
setVersion
public void setVersion(String version)
Version to get.
version
- The version to get.
setWritable
public final void setWritable(boolean writable)
Unset the READ-ONLY flag on files retrieved from VSS. Defaults to false.
writable
- The boolean value for writable.
setWritableFiles
public void setWritableFiles(MSVSS.WritableFiles files)
Action taken when local files are writable. Defaults to
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.