Package | Description |
---|---|
org.eclipse.jetty.deploy.graph |
Jetty Deploy : Deployment Graph
|
Modifier and Type | Method and Description |
---|---|
Path |
Path.forkPath() |
Path |
Graph.getPath(Node from,
Node to)
Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.
|
Path |
Graph.getPath(String nodeNameOrigin,
String nodeNameDest)
Convenience method for
Graph.getPath(Node, Node) |
Copyright © 1995-2015 Webtide. All Rights Reserved.