|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.DataType org.apache.tools.ant.types.resources.BaseResourceCollectionWrapper org.apache.tools.ant.types.resources.Sort
public class Sort
ResourceCollection that sorts another ResourceCollection.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
Sort()
|
Method Summary | |
---|---|
void |
add(ResourceComparator c)
Add a ResourceComparator to this Sort ResourceCollection. |
protected void |
dieOnCircularReference(java.util.Stack stk,
Project p)
Overrides the BaseResourceCollectionContainer version to recurse on nested ResourceComparators. |
protected java.util.Collection |
getCollection()
Sort the contained elements. |
Methods inherited from class org.apache.tools.ant.types.resources.BaseResourceCollectionWrapper |
---|
add, getResourceCollection, isCache, isFilesystemOnly, iterator, setCache, size, toString |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Sort()
Method Detail |
---|
protected java.util.Collection getCollection()
getCollection
in class BaseResourceCollectionWrapper
public void add(ResourceComparator c)
c
- the ResourceComparator to add.protected void dieOnCircularReference(java.util.Stack stk, Project p) throws BuildException
dieOnCircularReference
in class BaseResourceCollectionWrapper
stk
- the stack of data types to use (recursively).p
- the project to use to dereference the references.
BuildException
- on error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |