protected class PathArchiveRepository.DefaultView extends java.lang.Object implements RepositoryView
| Modifier | Constructor and Description |
|---|---|
protected |
PathArchiveRepository.DefaultView() |
| 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.
|
public java.lang.String getName()
RepositoryViewgetName in interface RepositoryViewpublic java.util.Map<ModuleId,java.lang.Long> getArchiveUpdateTimes() throws java.io.IOException
RepositoryViewgetArchiveUpdateTimes in interface RepositoryViewjava.io.IOExceptionpublic RepositorySummary getRepositorySummary() throws java.io.IOException
RepositoryViewgetRepositorySummary in interface RepositoryViewjava.io.IOExceptionpublic java.util.List<ArchiveSummary> getArchiveSummaries() throws java.io.IOException
RepositoryViewgetArchiveSummaries in interface RepositoryViewjava.io.IOException