public class IndexedArtifactNode extends java.lang.Object implements IMavenRepositoryNode, IArtifactNode
Modifier and Type | Field and Description |
---|---|
private IndexedArtifact |
artifact |
private java.lang.Object[] |
kids |
Constructor and Description |
---|
IndexedArtifactNode(IndexedArtifact artifact) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getChildren() |
java.lang.String |
getDocumentKey() |
org.eclipse.swt.graphics.Image |
getImage() |
java.lang.String |
getName() |
boolean |
hasChildren() |
boolean |
isUpdating() |
private IndexedArtifact artifact
private java.lang.Object[] kids
public IndexedArtifactNode(IndexedArtifact artifact)
public java.lang.Object[] getChildren()
getChildren
in interface IMavenRepositoryNode
public java.lang.String getName()
getName
in interface IMavenRepositoryNode
public boolean hasChildren()
hasChildren
in interface IMavenRepositoryNode
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface IMavenRepositoryNode
public java.lang.String getDocumentKey()
getDocumentKey
in interface IArtifactNode
public boolean isUpdating()
isUpdating
in interface IMavenRepositoryNode