public class IndexedArtifactGroupNode extends java.lang.Object implements IMavenRepositoryNode, IArtifactNode
| Modifier and Type | Field and Description |
|---|---|
private IndexedArtifactGroup |
indexedArtifactGroup |
private java.lang.Object[] |
kids |
| Constructor and Description |
|---|
IndexedArtifactGroupNode(IndexedArtifactGroup group) |
| 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 IndexedArtifactGroup indexedArtifactGroup
private java.lang.Object[] kids
public IndexedArtifactGroupNode(IndexedArtifactGroup group)
public java.lang.Object[] getChildren()
getChildren in interface IMavenRepositoryNodepublic java.lang.String getName()
getName in interface IMavenRepositoryNodepublic boolean hasChildren()
hasChildren in interface IMavenRepositoryNodepublic org.eclipse.swt.graphics.Image getImage()
getImage in interface IMavenRepositoryNodepublic java.lang.String getDocumentKey()
getDocumentKey in interface IArtifactNodepublic boolean isUpdating()
isUpdating in interface IMavenRepositoryNode