public interface TychoRepositoryIndex
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.
|
void |
save()
Changes performed via
addGav(GAV) , removeGav(GAV) will only be reflected
in the memory state of the index. |
Set<GAV> getProjectGAVs()
void addGav(GAV gav)
gav
- not null
#save()}
void removeGav(GAV gav)
gav
- #save()}
void save() throws IOException
addGav(GAV)
, removeGav(GAV)
will only be reflected
in the memory state of the index. In case the index is bound some persistence location (e.g.
a file see FileBasedTychoRepositoryIndex#createArtifactsIndex(java.io.File)
) the
method will store the current memory content to the persistence storage.IOException
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.