|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseUpdater
The database update component.
Method Summary | |
---|---|
void |
update()
Execute the updateAllUnprocessed() and updateAllProcessed()
tasks in one go. |
void |
updateAllProcessed()
Update all previously processed content. |
void |
updateAllUnprocessed()
Update all unprocessed content. |
void |
updateProcessed(ArchivaArtifact artifact)
Update specific processed content. |
void |
updateUnprocessed(ArchivaArtifact artifact)
Update specific unprocessed content. |
Method Detail |
---|
void update() throws ArchivaDatabaseException
updateAllUnprocessed()
and updateAllProcessed()
tasks in one go.
ArchivaDatabaseException
void updateAllUnprocessed() throws ArchivaDatabaseException
ArchivaDatabaseException
- if there was a fatal error with the database.void updateUnprocessed(ArchivaArtifact artifact) throws ArchivaDatabaseException
ArchivaDatabaseException
- if there was a fatal error with the database.void updateAllProcessed() throws ArchivaDatabaseException
ArchivaDatabaseException
- if there was a fatal error with the database.void updateProcessed(ArchivaArtifact artifact) throws ArchivaDatabaseException
ArchivaDatabaseException
- if there was a fatal error with the database.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |