Save This Page
Home » apache-ant-1.7.1-src » org.apache.tools » ant » types » [javadoc | source]
org.apache.tools.ant.types
public class: DirSet [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.types.DataType
         org.apache.tools.ant.types.AbstractFileSet
            org.apache.tools.ant.types.DirSet

All Implemented Interfaces:
    ResourceCollection, SelectorContainer, Cloneable

Subclass as hint for supporting tasks that the included directories instead of files should be used.
Fields inherited from org.apache.tools.ant.types.DataType:
ref,  checked
Fields inherited from org.apache.tools.ant.ProjectComponent:
project,  location,  description
Constructor:
 public DirSet() 
 protected DirSet(DirSet dirset) 
    Constructor for DirSet, with DirSet to shallowly clone.
    Parameters:
    dirset - the dirset to clone.
Method from org.apache.tools.ant.types.DirSet Summary:
clone,   isFilesystemOnly,   iterator,   size,   toString
Methods from org.apache.tools.ant.types.AbstractFileSet:
add,   addAnd,   addContains,   addContainsRegexp,   addCustom,   addDate,   addDepend,   addDepth,   addDifferent,   addFilename,   addMajority,   addModified,   addNone,   addNot,   addOr,   addPresent,   addSelector,   addSize,   addType,   appendExcludes,   appendIncludes,   appendSelector,   clone,   createExclude,   createExcludesFile,   createInclude,   createIncludesFile,   createPatternSet,   getDefaultexcludes,   getDir,   getDir,   getDirectoryScanner,   getDirectoryScanner,   getRef,   getSelectors,   hasPatterns,   hasSelectors,   isCaseSensitive,   isFollowSymlinks,   mergeExcludes,   mergeIncludes,   mergePatterns,   selectorCount,   selectorElements,   setCaseSensitive,   setDefaultexcludes,   setDir,   setErrorOnMissingDir,   setExcludes,   setExcludesfile,   setFile,   setFollowSymlinks,   setIncludes,   setIncludesfile,   setRefid,   setupDirectoryScanner,   setupDirectoryScanner,   toString
Methods from org.apache.tools.ant.types.DataType:
checkAttributesAllowed,   checkChildrenAllowed,   circularReference,   clone,   dieOnCircularReference,   dieOnCircularReference,   dieOnCircularReference,   getCheckedRef,   getCheckedRef,   getCheckedRef,   getCheckedRef,   getDataTypeName,   getRefid,   invokeCircularReferenceCheck,   isChecked,   isReference,   noChildrenAllowed,   setChecked,   setRefid,   toString,   tooManyAttributes
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.types.DirSet Detail:
 public Object clone() 
    Return a DirSet that has the same basedir and same patternsets as this one.
 public boolean isFilesystemOnly() 
    Always returns true.
 public Iterator iterator() 
    Fulfill the ResourceCollection contract.
 public int size() 
    Fulfill the ResourceCollection contract.
 public String toString() 
    Returns included directories as a list of semicolon-separated paths.