Class MSVSSLABEL

  • All Implemented Interfaces:
    java.lang.Cloneable, MSVSSConstants

    public class MSVSSLABEL
    extends MSVSS
    Performs Label commands to Microsoft Visual SourceSafe.
    • Constructor Detail

      • MSVSSLABEL

        public MSVSSLABEL()
    • Method Detail

      • setLabel

        public void setLabel​(java.lang.String label)
        Label to apply in SourceSafe.
        Parameters:
        label - The label to apply.
      • setVersion

        public void setVersion​(java.lang.String version)
        Version to label.
        Parameters:
        version - The version to label.
      • setComment

        public void setComment​(java.lang.String comment)
        Comment to apply to files labeled in SourceSafe.
        Parameters:
        comment - The comment to apply in SourceSafe
      • setAutoresponse

        public void setAutoresponse​(java.lang.String response)
        Autoresponse behaviour. Valid options are Y and N.
        Parameters:
        response - The auto response value.