public abstract class AbstractIndexedRepositoryNode extends Object implements IMavenRepositoryNode
| Modifier and Type | Field and Description |
|---|---|
protected NexusIndex |
index |
protected static Object[] |
NO_CHILDREN |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexedRepositoryNode(NexusIndex index) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getChildren() |
org.eclipse.swt.graphics.Image |
getImage() |
NexusIndex |
getIndex() |
String |
getRepositoryUrl() |
boolean |
hasChildren() |
boolean |
isEnabledIndex() |
boolean |
isUpdating() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprotected static final Object[] NO_CHILDREN
protected final NexusIndex index
protected AbstractIndexedRepositoryNode(NexusIndex index)
public Object[] getChildren()
getChildren in interface IMavenRepositoryNodepublic org.eclipse.swt.graphics.Image getImage()
getImage in interface IMavenRepositoryNodepublic boolean hasChildren()
hasChildren in interface IMavenRepositoryNodepublic boolean isUpdating()
isUpdating in interface IMavenRepositoryNodepublic NexusIndex getIndex()
public String getRepositoryUrl()
public boolean isEnabledIndex()
Copyright © 2005–2021 Eclipse Foundation. All rights reserved.