dk.netarkivet.wayback
Class PrototypeNetarchiveResourceStore
java.lang.Object
dk.netarkivet.wayback.PrototypeNetarchiveResourceStore
- All Implemented Interfaces:
- org.archive.wayback.ResourceStore
public class PrototypeNetarchiveResourceStore
- extends java.lang.Object
- implements org.archive.wayback.ResourceStore
This is the prototype connector between netarchivesuite and wayback. It is not
QA'd and exists only for reference. Once it has been replaced with some decent
code it can be deleted.
//TODO replace this class with one that satisfies our QA controls
- Since:
- Dec 19, 2008
Method Summary |
org.archive.wayback.core.Resource |
retrieveResource(org.archive.wayback.core.CaptureSearchResult captureSearchResult)
|
void |
shutdown()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrototypeNetarchiveResourceStore
public PrototypeNetarchiveResourceStore()
retrieveResource
public org.archive.wayback.core.Resource retrieveResource(org.archive.wayback.core.CaptureSearchResult captureSearchResult)
throws org.archive.wayback.exception.ResourceNotAvailableException
- Specified by:
retrieveResource
in interface org.archive.wayback.ResourceStore
- Throws:
org.archive.wayback.exception.ResourceNotAvailableException
shutdown
public void shutdown()
throws java.io.IOException
- Specified by:
shutdown
in interface org.archive.wayback.ResourceStore
- Throws:
java.io.IOException