| 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) |
static Settings |
Settings.of(Setting<?>... 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–2020 The Apache Software Foundation. All rights reserved.