Package | Description |
---|---|
com.google.gwt.inject.rebind.resolution |
Modifier and Type | Method and Description |
---|---|
DependencyGraph |
DependencyGraph.Builder.build() |
DependencyGraph |
DependencyExplorer.DependencyExplorerOutput.getGraph()
Returns the
DependencyGraph containing information about nodes found from the origin. |
DependencyGraph |
DependencyGraph.GraphPruner.update() |
Modifier and Type | Method and Description |
---|---|
boolean |
EagerCycleFinder.findAndReportCycles(DependencyGraph graph)
Detects cycles in the given graph.
|
PathFinder |
PathFinder.onGraph(DependencyGraph graph) |
Constructor and Description |
---|
GraphPruner(DependencyGraph source)
Create a
DependencyGraph.GraphPruner for building a new DependencyGraph by (destructively!) removing
edges from an existing DependencyGraph. |
RequiredKeySet(DependencyGraph graph) |
Copyright © 2008–2018. All rights reserved.