public interface RepositoryView
ArchiveRepository
. Windowed views allow querying repositories
only for subsets of archives matching the windowing parameters. Archive
repositories must provide atleast one default view, and optionally provide
other named views.Modifier and Type | Method and Description |
---|---|
java.util.List<ArchiveSummary> |
getArchiveSummaries()
Get a summary of all archives in this repository view
|
java.util.Map<ModuleId,java.lang.Long> |
getArchiveUpdateTimes()
Get the last update times of all of the script archives under this
repository view.
|
java.lang.String |
getName()
Get the name of this view.
|
RepositorySummary |
getRepositorySummary()
Get a summary of the archives in this repository view.
|
java.lang.String getName()
java.util.Map<ModuleId,java.lang.Long> getArchiveUpdateTimes() throws java.io.IOException
java.io.IOException
RepositorySummary getRepositorySummary() throws java.io.IOException
java.io.IOException
java.util.List<ArchiveSummary> getArchiveSummaries() throws java.io.IOException
java.io.IOException