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, wait
getName
private 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 IMavenRepositoryNode
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface IMavenRepositoryNode
public boolean hasChildren()
hasChildren
in interface IMavenRepositoryNode
public boolean isUpdating()
isUpdating
in interface IMavenRepositoryNode
public NexusIndex getIndex()
public java.lang.String getRepositoryUrl()
public boolean isEnabledIndex()