| Package | Description |
|---|---|
| org.eclipse.jetty.start.graph |
| Modifier and Type | Method and Description |
|---|---|
Selection |
Selection.asTransitive() |
| Modifier and Type | Method and Description |
|---|---|
Set<Selection> |
Node.getSelections() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addSelection(Selection selection) |
int |
Graph.selectNode(Predicate nodePredicate,
Selection selection) |
int |
Graph.selectNode(String name,
Selection selection) |
int |
Graph.selectNodes(Collection<String> names,
Selection selection) |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setSelections(Set<Selection> selection) |
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.