Save This Page
Home » apache-ant-1.7.1-src » org.apache.tools » ant » taskdefs » optional » vss » [javadoc | source]
org.apache.tools.ant.taskdefs.optional.vss
public class: MSVSSADD [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.apache.tools.ant.taskdefs.optional.vss.MSVSS
            org.apache.tools.ant.taskdefs.optional.vss.MSVSSADD

All Implemented Interfaces:
    MSVSSConstants, Cloneable

Performs Add commands to Microsoft Visual SourceSafe.
Fields inherited from org.apache.tools.ant.Task:
target,  taskName,  taskType,  wrapper
Fields inherited from org.apache.tools.ant.ProjectComponent:
project,  location,  description
Method from org.apache.tools.ant.taskdefs.optional.vss.MSVSSADD Summary:
buildCmdLine,   getLocalpath,   setAutoresponse,   setComment,   setLocalpath,   setRecursive,   setWritable
Methods from org.apache.tools.ant.taskdefs.optional.vss.MSVSS:
buildCmdLine,   execute,   getAutoresponse,   getComment,   getFileTimeStamp,   getGetLocalCopy,   getLabel,   getLocalpath,   getLogin,   getOutput,   getQuiet,   getRecursive,   getSSCommand,   getStyle,   getUser,   getVersion,   getVersionDate,   getVersionDateLabel,   getVersionLabel,   getVsspath,   getWritable,   getWritableFiles,   setFailOnError,   setInternalAutoResponse,   setInternalComment,   setInternalDate,   setInternalDateFormat,   setInternalFailOnError,   setInternalFileTimeStamp,   setInternalFromDate,   setInternalFromLabel,   setInternalGetLocalCopy,   setInternalLabel,   setInternalLocalPath,   setInternalNumDays,   setInternalOutputFilename,   setInternalQuiet,   setInternalRecursive,   setInternalStyle,   setInternalToDate,   setInternalToLabel,   setInternalUser,   setInternalVersion,   setInternalWritable,   setInternalWritableFiles,   setLogin,   setServerpath,   setSsdir,   setVsspath
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   getWrapper,   handleErrorFlush,   handleErrorOutput,   handleFlush,   handleInput,   handleOutput,   init,   isInvalid,   log,   log,   log,   log,   markInvalid,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.taskdefs.optional.vss.MSVSSADD Detail:
 protected Commandline buildCmdLine() 
    Builds a command line to execute ss.
 protected String getLocalpath() 
    Returns the local path without the flag.; required
 public  void setAutoresponse(String response) 
    Autoresponce behaviour. Valid options are Y and N.
 public  void setComment(String comment) 
    Comment to apply to files added to SourceSafe.
 public  void setLocalpath(Path localPath) 
    Override the project working directory.
 public  void setRecursive(boolean recursive) 
    Add files recursively. Defaults to false.
 public final  void setWritable(boolean writable) 
    Unset the READ-ONLY flag on local copies of files added to VSS. Defaults to false.