public abstract class AbstractRepositoriesNode extends java.lang.Object implements IMavenRepositoryNode
Modifier and Type | Field and Description |
---|---|
protected NexusIndexManager |
indexManager |
protected IRepositoryRegistry |
repositoryRegistry |
Constructor and Description |
---|
AbstractRepositoriesNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getChildren() |
org.eclipse.swt.graphics.Image |
getImage() |
protected abstract java.util.List<IRepository> |
getRepositories() |
boolean |
hasChildren() |
boolean |
isUpdating() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName
protected final NexusIndexManager indexManager
protected final IRepositoryRegistry repositoryRegistry
public java.lang.Object[] getChildren()
getChildren
in interface IMavenRepositoryNode
protected abstract java.util.List<IRepository> getRepositories()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean hasChildren()
hasChildren
in interface IMavenRepositoryNode
public org.eclipse.swt.graphics.Image getImage()
getImage
in interface IMavenRepositoryNode
public boolean isUpdating()
isUpdating
in interface IMavenRepositoryNode