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, waitgetNameprotected final NexusIndexManager indexManager
protected final IRepositoryRegistry repositoryRegistry
public java.lang.Object[] getChildren()
getChildren in interface IMavenRepositoryNodeprotected abstract java.util.List<IRepository> getRepositories()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean hasChildren()
hasChildren in interface IMavenRepositoryNodepublic org.eclipse.swt.graphics.Image getImage()
getImage in interface IMavenRepositoryNodepublic boolean isUpdating()
isUpdating in interface IMavenRepositoryNode