| Package | Description |
|---|---|
| org.apache.any23.writer |
| Modifier and Type | Interface and Description |
|---|---|
(package private) interface |
org.apache.any23.writer.BaseWriterFactory<Output> |
interface |
DecoratingWriterFactory
Base interface used for constructors of decorating
TripleHandler implementations. |
interface |
TripleWriterFactory
Base interface for constructors of
TripleHandler implementations
that write to an OutputStream using a particular FileFormat. |
| Modifier and Type | Method and Description |
|---|---|
WriterFactory |
WriterFactoryRegistry.getWriterByIdentifier(String id)
Returns the
WriterFactory identified by id. |
| Modifier and Type | Method and Description |
|---|---|
List<WriterFactory> |
WriterFactoryRegistry.getWriters() |
Collection<WriterFactory> |
WriterFactoryRegistry.getWritersByMimeType(String mimeType)
Returns all the writers matching the specified
mimeType. |
| Modifier and Type | Method and Description |
|---|---|
static String |
WriterFactoryRegistry.getIdentifier(WriterFactory writerClass)
Reads the identifier specified for the given
WriterFactory. |
static String |
WriterFactoryRegistry.getMimeType(WriterFactory writerClass)
Reads the MIME Type specified for the given
WriterFactory. |
void |
WriterFactoryRegistry.register(WriterFactory f)
Registers a new
WriterFactory to the registry. |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.