Modifier and Type | Field and Description |
---|---|
private Quantifier | |
private DelegatedResourceComparator | |
private Union | |
private Comparison |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public synchronized void | add(ResourceComparator
the ResourceComparator to add. c)Add a ResourceComparator to this Compare selector. |
public synchronized ResourceCollection | |
protected synchronized void | dieOnCircularReference(Stack<Object>
the stack of data types to use (recursively). stk, Project the project to use to dereference the references. p)Overrides org. |
private ResourceSelector | |
public synchronized boolean | isSelected(Resource
the Resource to check. r)Implements org. |
private BuildException | |
public synchronized void | setAgainst(Quantifier
the Quantifier EnumeratedAttribute to use. against)Set the quantifier to be used. |
public synchronized void |
against | back to summary |
---|---|
private Quantifier against |
comp | back to summary |
---|---|
private DelegatedResourceComparator comp |
control | back to summary |
---|---|
private Union control |
when | back to summary |
---|---|
private Comparison when |
Compare | back to summary |
---|---|
public Compare() |
add | back to summary |
---|---|
public synchronized void add(ResourceComparator c) Add a ResourceComparator to this Compare selector. If multiple ResourceComparators are added, they will be processed in LIFO order.
|
createControl | back to summary |
---|---|
public synchronized ResourceCollection createControl() Create the nested control element. These are the resources to compare against.
|
dieOnCircularReference | back to summary |
---|---|
protected synchronized void dieOnCircularReference(Stack<Object> stk, Project p) throws BuildException Overrides org. Overrides the version from DataType to recurse on nested ResourceComparators.
|
getRef | back to summary |
---|---|
private ResourceSelector getRef() |
isSelected | back to summary |
---|---|
public synchronized boolean isSelected(Resource r) Implements org. Doc from org. Return true if this Resource is selected.
|
oneControl | back to summary |
---|---|
private BuildException oneControl() |
setAgainst | back to summary |
---|---|
public synchronized void setAgainst(Quantifier against) Set the quantifier to be used. Default "all".
|
setWhen | back to summary |
---|---|
public synchronized void setWhen(Comparison when) Set the comparison to be used. Default "equal".
|