|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.artofsolving.jodconverter.document.SimpleDocumentFormatRegistry
public class SimpleDocumentFormatRegistry
Constructor Summary | |
---|---|
SimpleDocumentFormatRegistry()
|
Method Summary | |
---|---|
void |
addFormat(DocumentFormat documentFormat)
|
DocumentFormat |
getFormatByExtension(java.lang.String extension)
|
DocumentFormat |
getFormatByMediaType(java.lang.String mediaType)
|
java.util.Set<DocumentFormat> |
getOutputFormats(DocumentFamily family)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDocumentFormatRegistry()
Method Detail |
---|
public void addFormat(DocumentFormat documentFormat)
public DocumentFormat getFormatByExtension(java.lang.String extension)
getFormatByExtension
in interface DocumentFormatRegistry
public DocumentFormat getFormatByMediaType(java.lang.String mediaType)
getFormatByMediaType
in interface DocumentFormatRegistry
public java.util.Set<DocumentFormat> getOutputFormats(DocumentFamily family)
getOutputFormats
in interface DocumentFormatRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |