| Interface | Description |
|---|---|
| ArchiveRepository |
Interface to represent a persistence store for archives
|
| RepositoryView |
A repository view provides a window into querying the archives held by
an
ArchiveRepository. |
| Class | Description |
|---|---|
| ArchiveRepositoryPoller |
Poller which periodically scans a list of
ArchiveRepository for updates and publishes
them to a ScriptModuleLoader |
| ArchiveRepositoryPoller.Builder | |
| ArchiveRepositoryPoller.RepositoryPollerContext |
used for book-keeping of repositories that are being polled
|
| ArchiveSummary |
Data object for a summary of an individual script archive.
|
| JarArchiveRepository |
ArchiveRepository implementation which stores ScriptArchives in individual
jar files in a single root directory |
| JarArchiveRepository.Builder | |
| PathArchiveRepository |
ArchiveRepository implementation which stores ScriptArchives in
sub-directories a root directory. |
| PathArchiveRepository.Builder | |
| RepositorySummary |
Data object which holds summary information for a given
ArchiveRepository. |