Uses of Class
org.eclipse.jetty.deploy.graph.Edge
Packages that use Edge
-
Uses of Edge in org.eclipse.jetty.deploy.graph
Methods in org.eclipse.jetty.deploy.graph that return EdgeMethods in org.eclipse.jetty.deploy.graph that return types with arguments of type EdgeModifier and TypeMethodDescriptionGraph.findEdgesFrom
(Node from) Find all edges that are connectedgetFrom()
the specific node.Graph.getEdges()
Methods in org.eclipse.jetty.deploy.graph with parameters of type EdgeModifier and TypeMethodDescriptionvoid
void
void
Graph.insertNode
(Edge edge, String nodeName) Convenience method forGraph.insertNode(Edge, Node)
void
Graph.insertNode
(Edge edge, Node node) Insert an arbitrary node on an existing edge.void
Graph.removeEdge
(Edge edge) Method parameters in org.eclipse.jetty.deploy.graph with type arguments of type Edge