org.jadira.dependencynavigator.model
Class ArtifactInstanceMap
java.lang.Object
org.jadira.dependencynavigator.model.ArtifactInstanceMap
public class ArtifactInstanceMap
- extends Object
Contains a list of all the instances of a given artifact
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactInstanceMap
public ArtifactInstanceMap(Artifact initialArtifact)
addInstance
public void addInstance(Artifact artifactInstance)
getArtifactId
public String getArtifactId()
getGroupId
public String getGroupId()
getInstances
public List<Artifact> getInstances()
getVersion
public String getVersion()
select
public void select(boolean state)
isSelected
public boolean isSelected()
Copyright © 2010 Jadira Systems. All Rights Reserved.