Access | Constructor and Description |
---|---|
public | |
protected |
Modifier and Type | Method and Description |
---|---|
public Object | Returns: the cloned dirset. |
protected AbstractFileSet | getRef(Project
the current project p)Overrides org. |
private DirSet | |
public boolean | Returns: true indicating that all elements will be FileResources.Implements org. |
public Iterator | Returns: an Iterator of Resources.Implements java. |
public int | Returns: number of elements as int.Implements org. |
public String | Returns: aString of included directories.Overrides org. |
DirSet | back to summary |
---|---|
public DirSet() Constructor for DirSet. |
DirSet | back to summary |
---|---|
protected DirSet(DirSet dirset) Constructor for DirSet, with DirSet to shallowly clone.
|
clone | back to summary |
---|---|
public Object clone() Overrides org. Return a DirSet that has the same basedir and same patternsets as this one. |
getRef | back to summary |
---|---|
protected AbstractFileSet getRef(Project p) Overrides org. Doc from org. Performs the check for circular references and returns the
referenced FileSet.
This method can be overridden together with
|
getRef | back to summary |
---|---|
private DirSet getRef() |
isFilesystemOnly | back to summary |
---|---|
public boolean isFilesystemOnly() Implements org. Always returns true.
|
iterator | back to summary |
---|---|
public Iterator Implements java. Fulfill the ResourceCollection contract. |
size | back to summary |
---|---|
public int size() Implements org. Fulfill the ResourceCollection contract.
|
toString | back to summary |
---|---|
public String toString() Overrides org. Returns included directories as a list of semicolon-separated paths. |