public abstract class DefaultTychoRepositoryIndex extends Object implements TychoRepositoryIndex
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultTychoRepositoryIndex() |
|
DefaultTychoRepositoryIndex(Set<GAV> initialContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGav(GAV gav)
Adds a GAV to the index
|
Set<GAV> |
getProjectGAVs()
Receive the set of GAVs contained in this index
|
void |
removeGav(GAV gav)
Remove a GAV from the index.
|
protected void |
setGavs(Set<GAV> content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsavepublic Set<GAV> getProjectGAVs()
TychoRepositoryIndexgetProjectGAVs in interface TychoRepositoryIndexpublic void addGav(GAV gav)
TychoRepositoryIndexaddGav in interface TychoRepositoryIndexgav - not null#save()}public void removeGav(GAV gav)
TychoRepositoryIndexremoveGav in interface TychoRepositoryIndex#save()}Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.