public class FileWrapperGraphFactory extends WrappedGraphFactory implements GraphFactory
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MIMETYPE |
static String |
FILE_PREFIX |
static String |
FILE_SUFFIX |
DEFAULT_PATH
Constructor and Description |
---|
FileWrapperGraphFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getMimeType() |
String |
getPath() |
WrapperStore |
openWrapper(String identifier)
This must be overridden by subclasses to instantiate the wrapper
|
void |
setMimeType(String mimeType) |
void |
setPath(String path) |
getMemoryGraphFactory, getWrapper, openGraph, setMemoryGraphFactory, setWrapper
loadGraph, loadGraph, loadGraph, openGraph, parseGraph, parseGraph, parseGraph
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
loadGraph, loadGraph, loadGraph, openGraph, openGraph, parseGraph, parseGraph, parseGraph
public static final String DEFAULT_MIMETYPE
public static final String FILE_PREFIX
public static final String FILE_SUFFIX
public WrapperStore openWrapper(String identifier) throws IOException
WrappedGraphFactory
openWrapper
in class WrappedGraphFactory
identifier
- An optional identifier to distinguish wrappers from one another.IOException
public String getPath()
public void setPath(String path)
public String getMimeType()
public void setMimeType(String mimeType)
Copyright © 2017. All rights reserved.