public abstract class AbstractIndexedRepositoryNode extends java.lang.Object implements IMavenRepositoryNode
| Modifier and Type | Field and Description |
|---|---|
protected NexusIndex |
index |
private static org.slf4j.Logger |
log |
protected static java.lang.Object[] |
NO_CHILDREN |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexedRepositoryNode(NexusIndex index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getChildren() |
org.eclipse.swt.graphics.Image |
getImage() |
NexusIndex |
getIndex() |
java.lang.String |
getRepositoryUrl() |
boolean |
hasChildren() |
boolean |
isEnabledIndex() |
boolean |
isUpdating() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprivate static final org.slf4j.Logger log
protected static final java.lang.Object[] NO_CHILDREN
protected final NexusIndex index
protected AbstractIndexedRepositoryNode(NexusIndex index)
public java.lang.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 java.lang.String getRepositoryUrl()
public boolean isEnabledIndex()