org.jadira.dependencynavigator.model
Class SimpleDependancy
java.lang.Object
org.jadira.dependencynavigator.model.Artifact
org.jadira.dependencynavigator.model.SimpleDependancy
public class SimpleDependancy
- extends Artifact
Methods inherited from class org.jadira.dependencynavigator.model.Artifact |
addExclusion, equals, getArtifactId, getGroupId, getId, getParent, getScope, getSelected, getVersion, hashCode, isExcluded, select, toString |
SimpleDependancy
public SimpleDependancy(Artifact parent,
org.apache.maven.model.Dependency dependency,
String scope)
throws ArtifactInitialisationException
- Throws:
ArtifactInitialisationException
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf
in class Artifact
getDependencies
public List<Artifact> getDependencies()
- Specified by:
getDependencies
in class Artifact
dependencyCount
public int dependencyCount()
- Specified by:
dependencyCount
in class Artifact
Copyright © 2010 Jadira Systems. All Rights Reserved.