| Package | Description |
|---|---|
| org.apache.any23.writer |
| Modifier and Type | Method and Description |
|---|---|
WriterFactory |
WriterFactoryRegistry.getWriterByIdentifier(String id)
Returns the
FormatWriter 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
FormatWriter. |
static String |
WriterFactoryRegistry.getMimeType(WriterFactory writerClass)
Reads the MIME Type specified for the given
FormatWriter. |
void |
WriterFactoryRegistry.register(WriterFactory writerClass)
Registers a new
WriterFactory to the registry. |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.