| Package | Description |
|---|---|
| org.eclipse.jetty.start.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
AllPredicate
Match on everything.
|
class |
AndPredicate
Match on multiple predicates.
|
class |
AnySelectionPredicate |
class |
CriteriaPredicate
Predicate against a specific
Selection.getCriteria() |
class |
CriteriaSetPredicate
Should match against the provided set of
Selection.getCriteria() values. |
class |
NamePredicate |
class |
OnlyTransitivePredicate
Predicate for a node that has no explicitly set selections.
|
class |
RegexNamePredicate
Match a node based on name
|
class |
UniqueCriteriaPredicate
Match against a specific
Selection.getCriteria(), where
there are no other Selection.isExplicit() specified. |
| Modifier and Type | Field and Description |
|---|---|
static Predicate |
OnlyTransitivePredicate.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Graph.getMatching(Predicate predicate)
Get the Nodes from the tree that match the provided predicate.
|
boolean |
Node.matches(Predicate predicate) |
int |
Graph.selectNode(Predicate nodePredicate,
Selection selection) |
| Constructor and Description |
|---|
AndPredicate(Predicate... predicates) |
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.