
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, setWrapperloadGraph, loadGraph, loadGraph, openGraph, parseGraph, parseGraph, parseGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadGraph, loadGraph, loadGraph, openGraph, openGraph, parseGraph, parseGraph, parseGraphpublic static final String DEFAULT_MIMETYPE
public static final String FILE_PREFIX
public static final String FILE_SUFFIX
public WrapperStore openWrapper(String identifier) throws IOException
WrappedGraphFactoryopenWrapper in class WrappedGraphFactoryidentifier - An optional identifier to distinguish wrappers from one another.IOExceptionpublic String getPath()
public void setPath(String path)
public String getMimeType()
public void setMimeType(String mimeType)
Copyright © 2017. All rights reserved.