Modifier and Type | Field and Description |
---|---|
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected Commandline | Returns: The constructed commandline.Implements abstract org. |
protected String | Returns: The local path value.Overrides org. |
public void | |
public void | setComment(String
The comment to apply in SourceSafe comment)Comment to apply to files added to SourceSafe. |
public void | |
public void | |
public final void | setWritable(boolean
The boolean value for writable. writable)Unset the READ-ONLY flag on local copies of files added to VSS. |
localPath | back to summary |
---|---|
private String localPath Hides org. |
MSVSSADD | back to summary |
---|---|
public MSVSSADD() |
buildCmdLine | back to summary |
---|---|
protected Commandline buildCmdLine() Implements abstract org. Builds a command line to execute ss.
|
getLocalpath | back to summary |
---|---|
protected String getLocalpath() Overrides org. Returns the local path without the flag.; required
|
setAutoresponse | back to summary |
---|---|
public void setAutoresponse(String response) Autoresponse behaviour. Valid options are Y and N.
|
setComment | back to summary |
---|---|
public void setComment(String comment) Comment to apply to files added to SourceSafe.
|
setLocalpath | back to summary |
---|---|
public void setLocalpath(Path localPath) Override the project working directory.
|
setRecursive | back to summary |
---|---|
public void setRecursive(boolean recursive) Add files recursively. Defaults to false.
|
setWritable | back to summary |
---|---|
public final void setWritable(boolean writable) Unset the READ-ONLY flag on local copies of files added to VSS. Defaults to false.
|