Modifier and Type | Field and Description |
---|---|
private ResourceComparator | |
private static final String |
Access | Constructor and Description |
---|---|
public | |
public | Reverse(ResourceComparator
the ResourceComparator to reverse. c)Construct a new Reverse, supplying the ResourceComparator to be reversed. |
Modifier and Type | Method and Description |
---|---|
public void | |
protected void | dieOnCircularReference(Stack<Object>
the stack of references to check. stk, Project the project to use to dereference the references. p)Overrides org. |
protected int | Returns: a negative integer, zero, or a positive integer as the first argument is greater than, equal to, or less than the second.the first Resource. foo, Resource the second Resource. bar)Implements abstract org. |
nested | back to summary |
---|---|
private ResourceComparator nested |
ONE_NESTED | back to summary |
---|---|
private static final String ONE_NESTED |
Reverse | back to summary |
---|---|
public Reverse() Default constructor. |
Reverse | back to summary |
---|---|
public Reverse(ResourceComparator c) Construct a new Reverse, supplying the ResourceComparator to be reversed.
|
add | back to summary |
---|---|
public void add(ResourceComparator c) Add the ResourceComparator to reverse.
|
dieOnCircularReference | back to summary |
---|---|
protected void dieOnCircularReference(Stack<Object> stk, Project p) throws BuildException Overrides org. Doc from org. Check to see whether any DataType we hold references to is included in the Stack (which holds all DataType instances that directly or indirectly reference this instance, including this instance itself). If one is included, throw a BuildException created by This implementation is appropriate only for a DataType that cannot hold other DataTypes as children. The general contract of this method is that it shouldn't do
anything if
|
resourceCompare | back to summary |
---|---|
protected int resourceCompare(Resource foo, Resource bar) Implements abstract org. Compare two Resources. |