|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.toolforge.karma.core.manifest.ManifestCollector
Class that collects all manifests for a WorkingContext
.
Constructor Summary | |
ManifestCollector(WorkingContext workingContext)
|
Method Summary | |
java.util.Collection |
getAllManifests()
Returns a collection of manifest file names, located in the the manifest store. |
Manifest |
loadManifestFromHistory()
Retrieves the last used manifest or null when none was found. |
void |
refresh()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManifestCollector(WorkingContext workingContext)
Method Detail |
public java.util.Collection getAllManifests()
public void refresh()
public Manifest loadManifestFromHistory() throws LocationException, ManifestException
null
when none was found.
ManifestException
- When the manifest referred to by Manifest.HISTORY_KEY
could not be loaded.
LocationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |