| |
|
| org.apache.tools.ant.taskdefs.optional.vss.MSVSS org.apache.tools.ant.taskdefs.optional.vss.MSVSSLABEL
MSVSSLABEL | public class MSVSSLABEL extends MSVSS (Code) | | Performs Label commands to Microsoft Visual SourceSafe.
|
buildCmdLine | Commandline buildCmdLine()(Code) | | Builds a command line to execute ss.
The constructed commandline. |
setAutoresponse | public void setAutoresponse(String response)(Code) | | Autoresponce behaviour. Valid options are Y and N.
Parameters: response - The auto response value. |
setComment | public void setComment(String comment)(Code) | | Comment to apply to files labeled in SourceSafe.
Parameters: comment - The comment to apply in SourceSafe |
setLabel | public void setLabel(String label)(Code) | | Label to apply in SourceSafe.
Parameters: label - The label to apply. |
setVersion | public void setVersion(String version)(Code) | | Version to label.
Parameters: version - The version to label. |
|
|
|