org.apache.tools.ant.taskdefs.optional.vss
public class MSVSSCHECKIN extends MSVSS
UNKNOWN: name="vsscheckin" category="scm"
Method Summary | |
---|---|
protected Commandline | buildCmdLine()
Builds a command line to execute ss. |
void | setAutoresponse(String response)
Autoresponce behaviour. |
void | setComment(String comment)
Comment to apply to files checked-in to SourceSafe.
|
void | setLocalpath(Path localPath)
Override the project working directory.
|
void | setRecursive(boolean recursive)
Check-in files recursively. |
void | setWritable(boolean writable)
Unset the READ-ONLY flag on local copies of files checked-in to VSS.
|
Returns: The constructed commandline.
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.