org.apache.tools.ant.taskdefs.optional.vss
public class MSVSSADD extends MSVSS
UNKNOWN: name="vssadd" category="scm"
| Method Summary | |
|---|---|
| protected Commandline | buildCmdLine()
Builds a command line to execute ss. |
| protected String | getLocalpath()
Returns the local path without the flag.; required |
| void | setAutoresponse(String response)
Autoresponce behaviour. |
| void | setComment(String comment)
Comment to apply to files added to SourceSafe.
|
| void | setLocalpath(Path localPath)
Override the project working directory.
|
| void | setRecursive(boolean recursive)
Add files recursively. |
| void | setWritable(boolean writable)
Unset the READ-ONLY flag on local copies of files added to VSS. |
Returns: The constructed commandline.
Returns: The local path value.
UNKNOWN: See why this returns the local path without the flag.
Parameters: response The auto response value.
Parameters: comment The comment to apply in SourceSafe
Parameters: localPath The path on disk.
Parameters: recursive The boolean value for recursive.
Parameters: writable The boolean value for writable.