| Package | Description |
|---|---|
| xdi2.core.impl.wrapped |
XDI graph model implementations that wrap an in-memory XDI graph.
|
| xdi2.core.impl.wrapped.classpath |
Classpath-based wrapped in-memory XDI graph.
|
| xdi2.core.impl.wrapped.file |
File-based wrapped in-memory XDI graph.
|
| xdi2.core.impl.wrapped.url |
URL-based wrapped in-memory XDI graph.
|
| Modifier and Type | Method and Description |
|---|---|
WrapperStore |
WrappedGraphFactory.getWrapper() |
WrapperStore |
WrappedGraph.getWrapperStore() |
abstract WrapperStore |
WrappedGraphFactory.openWrapper(String identifier)
This must be overridden by subclasses to instantiate the wrapper
|
| Modifier and Type | Method and Description |
|---|---|
void |
WrappedGraphFactory.setWrapper(WrapperStore wrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathWrapperStore |
| Modifier and Type | Method and Description |
|---|---|
WrapperStore |
ClasspathWrapperGraphFactory.openWrapper(String identifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileWrapperStore |
| Modifier and Type | Method and Description |
|---|---|
WrapperStore |
FileWrapperGraphFactory.openWrapper(String identifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
URLWrapperStore |
| Modifier and Type | Method and Description |
|---|---|
WrapperStore |
URLWrapperGraphFactory.openWrapper(String identifier) |
Copyright © 2015. All Rights Reserved.