public class WaybackCollection extends Object
Constructor and Description |
---|
WaybackCollection() |
Modifier and Type | Method and Description |
---|---|
ResourceIndex |
getResourceIndex() |
ResourceStore |
getResourceStore() |
List<Shutdownable> |
getShutdownables() |
void |
setResourceIndex(ResourceIndex resourceIndex) |
void |
setResourceStore(ResourceStore resourceStore) |
void |
setShutdownables(List<Shutdownable> shutdownables) |
void |
shutdown()
close/release any resources held by this WaybackCollection
|
public void shutdown() throws IOException
IOException
- when thrown by an internal class being shut down.public ResourceStore getResourceStore() throws ConfigurationException
ConfigurationException
- if none is configuredpublic void setResourceStore(ResourceStore resourceStore)
resourceStore
- the ResourceStore to use with this WaybackCollectionpublic ResourceIndex getResourceIndex() throws ConfigurationException
ConfigurationException
- if none is configuredpublic void setResourceIndex(ResourceIndex resourceIndex)
resourceIndex
- the ResourceIndex to use with this WaybackCollectionpublic List<Shutdownable> getShutdownables()
public void setShutdownables(List<Shutdownable> shutdownables)
shutdownables
- set a List of Shutdownable objects associated with
this WaybackCollectionCopyright © 2005–2015 IIPC. All rights reserved.