org.apache.tools.ant.taskdefs.optional.sos

Class SOSLabel

public class SOSLabel extends SOS

Labels Visual SourceSafe files via a SourceOffSite server.

UNKNOWN: name="soslabel" category="scm"

Method Summary
protected CommandlinebuildCmdLine()
Build the command line
AddLabel required parameters: -server -name -password -database -project -label
AddLabel optional parameters: -verbose -comment
voidsetComment(String comment)
The comment to apply to all files being labelled.
voidsetLabel(String label)
The label to apply the the files in SourceSafe.
voidsetVersion(String version)
The version number to label.

Method Detail

buildCmdLine

protected Commandline buildCmdLine()
Build the command line
AddLabel required parameters: -server -name -password -database -project -label
AddLabel optional parameters: -verbose -comment

Returns: Commandline the generated command to be executed

setComment

public void setComment(String comment)
The comment to apply to all files being labelled.

Parameters: comment The new comment value

setLabel

public void setLabel(String label)
The label to apply the the files in SourceSafe.

Parameters: label The new label value

UNKNOWN: group="required"

setVersion

public void setVersion(String version)
The version number to label.

Parameters: version The new version value