public static final class DependencyGraph.Edge extends Object
Modifier and Type | Field and Description |
---|---|
DependencyGraph.Node |
dst
The module that is being dependent by another.
|
boolean |
optional
True if this dependency is optional.
|
String |
scope
Dependency scope.
|
DependencyGraph.Node |
src
The module that depends on another.
|
Constructor and Description |
---|
DependencyGraph.Edge(DependencyGraph g,
DependencyGraph.Node src,
DependencyGraph.Node dst,
String scope,
boolean optional) |
public final DependencyGraph.Node src
public final DependencyGraph.Node dst
public final String scope
public final boolean optional
public DependencyGraph.Edge(DependencyGraph g, DependencyGraph.Node src, DependencyGraph.Node dst, String scope, boolean optional)
Copyright © 2014. All rights reserved.