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