public class IndexedArtifactFileNode extends org.eclipse.core.runtime.PlatformObject implements IMavenRepositoryNode, IArtifactNode, org.eclipse.core.runtime.IAdaptable
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexedArtifactFileNode.AdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
private IndexedArtifactFile |
artifactFile |
| Constructor and Description |
|---|
IndexedArtifactFileNode(IndexedArtifactFile artifactFile) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getChildren() |
java.lang.String |
getDocumentKey() |
org.eclipse.swt.graphics.Image |
getImage() |
IndexedArtifactFile |
getIndexedArtifactFile() |
java.lang.String |
getName() |
boolean |
hasChildren() |
boolean |
isUpdating() |
private IndexedArtifactFile artifactFile
public IndexedArtifactFileNode(IndexedArtifactFile artifactFile)
public IndexedArtifactFile getIndexedArtifactFile()
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