org.apache.tools.ant.taskdefs.optional.vss

Class MSVSSCHECKIN

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


    public class MSVSSCHECKIN
    extends MSVSS
    Performs CheckIn commands to Microsoft Visual SourceSafe.
    • Constructor Detail

      • MSVSSCHECKIN

        public MSVSSCHECKIN()
    • Method Detail

      • buildCmdLine

        protected Commandline buildCmdLine()
        Builds a command line to execute ss.
        Returns:
        The constructed commandline.
      • setLocalpath

        public void setLocalpath(Path localPath)
        Override the project working directory.
        Parameters:
        localPath - The path on disk.
      • setRecursive

        public void setRecursive(boolean recursive)
        Check-in files recursively. Defaults to false.
        Parameters:
        recursive - The boolean value for recursive.
      • setWritable

        public final void setWritable(boolean writable)
        Unset the READ-ONLY flag on local copies of files checked-in to VSS. Defaults to false.
        Parameters:
        writable - The boolean value for writable.
      • setAutoresponse

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

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