org.jvnet.maven.plugin.antrun
Class DependencyGraph.Edge
java.lang.Object
org.jvnet.maven.plugin.antrun.DependencyGraph.Edge
- Enclosing class:
- DependencyGraph
public static final class DependencyGraph.Edge
- extends Object
src
public final DependencyGraph.Node src
- The module that depends on another.
dst
public final DependencyGraph.Node dst
- The module that is being dependent by another.
scope
public final String scope
- Dependency scope. Stuff like "compile", "runtime", etc.
Never null.
optional
public final boolean optional
- True if this dependency is optional.
DependencyGraph.Edge
public DependencyGraph.Edge(DependencyGraph g,
DependencyGraph.Node src,
DependencyGraph.Node dst,
String scope,
boolean optional)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2011. All Rights Reserved.