public class Sort extends BaseResourceCollectionWrapper
description, location, project| Constructor and Description | 
|---|
| Sort() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(ResourceComparator c)Add a ResourceComparator to this Sort ResourceCollection. | 
| protected void | dieOnCircularReference(java.util.Stack<java.lang.Object> stk,
                      Project p)Overrides the BaseResourceCollectionContainer version
 to recurse on nested ResourceComparators. | 
| protected java.util.Collection<Resource> | getCollection()Sort the contained elements. | 
createIterator, getSizeadd, getResourceCollection, isCache, isFilesystemOnly, iterator, setCache, size, toStringcheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectprotected java.util.Collection<Resource> getCollection()
getCollection in class BaseResourceCollectionWrapperpublic void add(ResourceComparator c)
c - the ResourceComparator to add.protected void dieOnCircularReference(java.util.Stack<java.lang.Object> stk,
                                      Project p)
                               throws BuildException
dieOnCircularReference in class AbstractResourceCollectionWrapperstk - the stack of data types to use (recursively).p - the project to use to dereference the references.BuildException - on error.