| Package | Description |
|---|---|
| org.apache.any23.configuration |
This packages contains the Any23 Configuration definition.
|
| org.apache.any23.writer |
| Modifier and Type | Method and Description |
|---|---|
static Settings |
Settings.of()
Returns an empty
Settings object. |
static Settings |
Settings.of(Collection<? extends Setting<?>> c)
Returns a
Settings object containing the supplied settings. |
static Settings |
Settings.of(Setting<?>... settings)
Returns a
Settings object containing the supplied settings. |
static Settings |
Settings.of(Setting<?> s)
Returns a singleton
Settings object, containing only the supplied setting. |
| Modifier and Type | Method and Description |
|---|---|
Settings |
TripleWriterFactory.getSupportedSettings() |
Settings |
DecoratingWriterFactory.getSupportedSettings() |
| Modifier and Type | Method and Description |
|---|---|
TripleHandler |
TripleWriterFactory.getTripleWriter(OutputStream out,
Settings settings) |
TripleHandler |
DecoratingWriterFactory.getTripleWriter(TripleHandler delegate,
Settings settings) |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.