Class Sort
- All Implemented Interfaces:
- Cloneable,- Iterable<Resource>,- ResourceCollection
ResourceCollection that sorts another ResourceCollection.
 Note that Sort must not be used in cases where the ordering of the objects
 being sorted might change during the sorting process.
- Since:
- Ant 1.7
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a ResourceComparator to this Sort ResourceCollection.protected voiddieOnCircularReference(Stack<Object> stk, Project p) Overrides the BaseResourceCollectionContainer version to recurse on nested ResourceComparators.protected Collection<Resource> Sort the contained elements.Methods inherited from class org.apache.tools.ant.types.resources.BaseResourceCollectionWrappercreateIterator, getSizeMethods inherited from class org.apache.tools.ant.types.resources.AbstractResourceCollectionWrapperadd, getResourceCollection, isCache, isFilesystemOnly, iterator, setCache, size, toStringMethods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesMethods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface org.apache.tools.ant.types.ResourceCollectionisEmpty, stream
- 
Constructor Details- 
Sortpublic Sort()
 
- 
- 
Method Details- 
getCollectionSort the contained elements.- Specified by:
- getCollectionin class- BaseResourceCollectionWrapper
- Returns:
- a Collection of Resources.
 
- 
addAdd a ResourceComparator to this Sort ResourceCollection. If multiple ResourceComparators are added, they will be processed in LIFO order.- Parameters:
- c- the ResourceComparator to add.
 
- 
dieOnCircularReferenceOverrides the BaseResourceCollectionContainer version to recurse on nested ResourceComparators.- Overrides:
- dieOnCircularReferencein class- AbstractResourceCollectionWrapper
- Parameters:
- stk- the stack of data types to use (recursively).
- p- the project to use to dereference the references.
- Throws:
- BuildException- on error.
 
 
-