public static class FlexResourceStore.PathIndex extends Object implements FlexResourceStore.SourceResolver
Modifier and Type | Field and Description |
---|---|
protected String |
path |
protected org.archive.util.binsearch.SortedTextFile |
pathIndex |
protected String |
prefixPath |
Constructor and Description |
---|
FlexResourceStore.PathIndex() |
Modifier and Type | Method and Description |
---|---|
String |
getPathIndex() |
String |
getPrefixPath() |
String[] |
lookupPath(String filename) |
void |
setPathIndex(String path) |
void |
setPrefixPath(String prefixPath) |
protected org.archive.util.binsearch.SortedTextFile pathIndex
protected String path
protected String prefixPath
public void setPathIndex(String path) throws IOException
IOException
public String getPathIndex()
public String getPrefixPath()
public void setPrefixPath(String prefixPath)
public String[] lookupPath(String filename) throws IOException
lookupPath
in interface FlexResourceStore.SourceResolver
IOException
Copyright © 2005–2015 IIPC. All rights reserved.