
public class URLWrapperGraphFactory extends WrappedGraphFactory implements GraphFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MIMETYPE |
static URL |
DEFAULT_URL |
DEFAULT_PATH| Constructor and Description |
|---|
URLWrapperGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType() |
URL |
getUrl() |
WrapperStore |
openWrapper(String identifier)
This must be overridden by subclasses to instantiate the wrapper
|
void |
setMimeType(String mimeType) |
void |
setUrl(URL url) |
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 URL DEFAULT_URL
public static final String DEFAULT_MIMETYPE
public WrapperStore openWrapper(String identifier) throws IOException
WrappedGraphFactoryopenWrapper in class WrappedGraphFactoryidentifier - An optional identifier to distinguish wrappers from one another.IOExceptionpublic URL getUrl()
public void setUrl(URL url)
public String getMimeType()
public void setMimeType(String mimeType)
Copyright © 2017. All rights reserved.