LibreOffice Module xmerge (master)
1
|
Factory that provides access to. More...
Public Member Functions | |
Convert | getConverter (String mimeTypeIn, String mimeTypeOut) |
Returns the. More... | |
Convert | getConverter (ConverterInfo ci, boolean toOffice) |
Returns the. More... | |
Factory that provides access to.
objects, which are used to do a conversion.
The
does this via the
which maintains a list of which
objects are available and their capabilities.
Definition at line 35 of file ConverterFactory.java.
|
inline |
Returns the.
object that converts the specified device/office mime type conversion.
If there are multiple
objects registered that support this conversion, only the first is returned.
mimeTypeIn | The mime input type. |
mimeTypeOut | The mime output type. |
Definition at line 50 of file ConverterFactory.java.
References org.openoffice.xmerge.util.registry.ConverterInfoMgr.findConverterInfo(), and org.openoffice.xmerge.util.registry.ConverterInfo.isValidOfficeType().
Referenced by org.openoffice.xmerge.util.ActiveSyncDriver.Convert(), XMergeBridge._XMergeBridge.convert(), and org.openoffice.xmerge.test.Driver.doConversion().
|
inline |
Returns the.
object that is described by the
parameter.
ci | The ConverterInfo
|
toOffice |
Definition at line 80 of file ConverterFactory.java.