19package org.openoffice.xmerge;
64 if (foundInfo !=
null)
The Convert class manages a conversion from one mime-type to another.
Factory that provides access to Convert objects, which are used to do a conversion.
Convert getConverter(String mimeTypeIn, String mimeTypeOut)
Returns the Convert object that converts the specified device/office mime type conversion.
Convert getConverter(ConverterInfo ci, boolean toOffice)
Returns the Convert object that is described by the ConverterInfo parameter.
Manages the converter plug-ins that are currently active.
static ConverterInfo findConverterInfo(String deviceMime, String officeMime)
Returns the ConverterInfo object that supports the specified device/office mime type conversion.
Class for storing the information about a converter plug-in.
static boolean isValidOfficeType(String officeMime)
Returns true if the officeMime is a valid Office mime type.
Provides an interface for plug-in registration.
Provides general purpose utilities.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...