| Package | Description |
|---|---|
| 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.
|
| xdi2.core.io |
Classes for reading and writing XDI graphs in XDI DISPLAY, XDI/JSON, and a few other experimental formats.
|
| xdi2.core.io.writers |
| Modifier and Type | Method and Description |
|---|---|
XDIWriter |
ClasspathWrapperStore.getXdiWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClasspathWrapperStore.setXdiWriter(XDIWriter xdiWriter) |
| Constructor and Description |
|---|
ClasspathWrapperStore(String classpath,
String mimeType,
XDIReader xdiReader,
XDIWriter xdiWriter) |
| Modifier and Type | Method and Description |
|---|---|
XDIWriter |
FileWrapperStore.getXdiWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileWrapperStore.setXdiWriter(XDIWriter xdiWriter) |
| Constructor and Description |
|---|
FileWrapperStore(String path,
String mimeType,
XDIReader xdiReader,
XDIWriter xdiWriter) |
| Modifier and Type | Method and Description |
|---|---|
XDIWriter |
URLWrapperStore.getXdiWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
URLWrapperStore.setXdiWriter(XDIWriter xdiWriter) |
| Constructor and Description |
|---|
URLWrapperStore(URL url,
String mimeType,
XDIReader xdiReader,
XDIWriter xdiWriter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXDIWriter
If you extend this class, you only have to implement write(Graph, Writer, Properties)
|
| Modifier and Type | Field and Description |
|---|---|
static XDIWriter |
Normalization.XDIWRITER |
| Modifier and Type | Method and Description |
|---|---|
static XDIWriter |
XDIWriterRegistry.forFileExtension(String fileExtension,
Properties parameters)
Returns an XDIWriter for the specified file extension, e.g.
|
static XDIWriter |
XDIWriterRegistry.forFormat(String format,
Properties parameters)
Returns an XDIWriter for the specified format, e.g.
|
static XDIWriter |
XDIWriterRegistry.forMimeType(MimeType mimeType)
Returns an XDIWriter for the specified mime type, e.g.
|
static XDIWriter |
XDIWriterRegistry.getDefault()
Returns an XDIWriter for the default format.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XDIWriterRegistry.addWriter(Class<? extends XDIWriter> writerClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
XDIDisplayWriter |
class |
XDIHTMLWriter |
class |
XDIJSONPARSEWriter |
class |
XDIJSONQuadWriter |
class |
XDIJSONTREEWriter |
class |
XDIJSONTripleWriter |
class |
XDIJSONWriter |
class |
XDIJXDWriter |
class |
XDIKeyValueWriter |
class |
XDIRDFJSONLDWriter |
class |
XDIRDFTriGWriter |
Copyright © 2017. All rights reserved.