public interface ResourceFileLocationDB
| Modifier and Type | Method and Description |
|---|---|
void |
addNameUrl(String name,
String url) |
long |
getCurrentMark() |
org.archive.util.iterator.CloseableIterator<String> |
getNamesBetweenMarks(long start,
long end) |
String[] |
nameToUrls(String name) |
void |
removeNameUrl(String name,
String url) |
void |
shutdown() |
void shutdown()
throws IOException
IOExceptionString[] nameToUrls(String name) throws IOException
IOExceptionvoid addNameUrl(String name, String url) throws IOException
IOExceptionvoid removeNameUrl(String name, String url) throws IOException
IOExceptionorg.archive.util.iterator.CloseableIterator<String> getNamesBetweenMarks(long start, long end) throws IOException
IOExceptionlong getCurrentMark()
throws IOException
IOExceptionCopyright © 2005–2015 IIPC. All rights reserved.