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
IOException
String[] nameToUrls(String name) throws IOException
IOException
void addNameUrl(String name, String url) throws IOException
IOException
void removeNameUrl(String name, String url) throws IOException
IOException
org.archive.util.iterator.CloseableIterator<String> getNamesBetweenMarks(long start, long end) throws IOException
IOException
long getCurrentMark() throws IOException
IOException
Copyright © 2005–2015 IIPC. All rights reserved.