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, wait
getName
protected static final Object[] NO_CHILDREN
protected final NexusIndex index
protected AbstractIndexedRepositoryNode(NexusIndex index)
public 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 String getRepositoryUrl()
public boolean isEnabledIndex()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.