public class Adoc2AdocDocConverter extends Object implements DocConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
REGEXP_REMAIN_INCLUDE_STATEMENT
The Constant REGEXP_REMAIN_INCLUDE_STATEMENT can be used to configure a
regular expression which is used to decide whether an include statement
should remain.
|
| Constructor and Description |
|---|
Adoc2AdocDocConverter(Map<String,Object> paramConfigurationParameters)
Instantiates a new adoc 2 adoc doc converter.
|
| Modifier and Type | Method and Description |
|---|---|
Future<List<InputStream>> |
convertFiles(List<File> source,
String paramSourceMimeType,
String paramTargetMimeType) |
Future<List<InputStream>> |
convertStreams(List<InputStream> source,
String paramSourceMimeType,
String paramTargetMimeType) |
static Map<String,Set<String>> |
getSupportedConversion()
Returns a mapping of all conversions that are supported by the backing
conversion engine.
|
static boolean |
isInputTypeSupported(InputType paramInputType)
Checks if is input type is supported.
|
public static final String REGEXP_REMAIN_INCLUDE_STATEMENT
public Future<List<InputStream>> convertStreams(List<InputStream> source, String paramSourceMimeType, String paramTargetMimeType) throws ConversionException
convertStreams in interface DocConverterConversionExceptionpublic static Map<String,Set<String>> getSupportedConversion()
public static boolean isInputTypeSupported(InputType paramInputType)
paramInputType - the param input typepublic Future<List<InputStream>> convertFiles(List<File> source, String paramSourceMimeType, String paramTargetMimeType) throws ConversionException
convertFiles in interface DocConverterConversionExceptionCopyright © 2018. All rights reserved.