public abstract class AbstractRepositoriesNode extends 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 |
|---|---|
Object[] |
getChildren() |
org.eclipse.swt.graphics.Image |
getImage() |
protected abstract List<IRepository> |
getRepositories() |
boolean |
hasChildren() |
boolean |
isUpdating() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNameprotected final NexusIndexManager indexManager
protected final IRepositoryRegistry repositoryRegistry
public Object[] getChildren()
getChildren in interface IMavenRepositoryNodeprotected abstract List<IRepository> getRepositories()
public boolean hasChildren()
hasChildren in interface IMavenRepositoryNodepublic org.eclipse.swt.graphics.Image getImage()
getImage in interface IMavenRepositoryNodepublic boolean isUpdating()
isUpdating in interface IMavenRepositoryNodeCopyright © 2005–2021 Eclipse Foundation. All rights reserved.