org.jadira.dependencynavigator.model
Class ArtifactInstanceMap

Package class diagram package ArtifactInstanceMap
java.lang.Object
  extended by org.jadira.dependencynavigator.model.ArtifactInstanceMap

public class ArtifactInstanceMap
extends Object

Contains a list of all the instances of a given artifact


Constructor Summary
ArtifactInstanceMap(Artifact initialArtifact)
           
 
Method Summary
 void addInstance(Artifact artifactInstance)
           
 String getArtifactId()
           
 String getGroupId()
           
 List<Artifact> getInstances()
           
 String getVersion()
           
 boolean isSelected()
           
 void select(boolean state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactInstanceMap

public ArtifactInstanceMap(Artifact initialArtifact)
Method Detail

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.