All Implemented Interfaces:
Cloneable, SOSCmd

public class SOSLabel extends SOS
Labels Visual SourceSafe files via a SourceOffSite server.
  • Constructor Details

    • SOSLabel

      public SOSLabel()
  • Method Details

    • setVersion

      public void setVersion(String version)
      The version number to label.
      Parameters:
      version - The new version value
    • setLabel

      public void setLabel(String label)
      The label to apply the the files in SourceSafe.
      Parameters:
      label - The new label value
    • setComment

      public void setComment(String comment)
      The comment to apply to all files being labelled.
      Parameters:
      comment - The new comment value
    • 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