public class ConverterDescriptor extends Object implements Serializable
Converter
.Modifier and Type | Field and Description |
---|---|
static String |
CHAINED_CONVERTER_TYPE |
protected Class |
className |
protected String |
converterName |
protected String |
converterType |
static String |
CUSTOM_CONVERTER_TYPE |
protected String |
destinationMimeType |
protected Converter |
instance |
protected org.apache.commons.logging.Log |
log |
protected Map<String,String> |
parameters |
protected List<String> |
sourceMimeTypes |
protected List<String> |
steps |
protected List<String> |
subConverters |
protected boolean |
wrappedTransformer |
Constructor and Description |
---|
ConverterDescriptor() |
Modifier and Type | Method and Description |
---|---|
Converter |
getConverterInstance() |
String |
getConverterName() |
String |
getConverterType() |
String |
getDestinationMimeType() |
Map<String,String> |
getParameters() |
List<String> |
getSourceMimeTypes() |
List<String> |
getSteps() |
void |
initConverter() |
ConverterDescriptor |
merge(ConverterDescriptor other) |
protected final org.apache.commons.logging.Log log
public static final String CUSTOM_CONVERTER_TYPE
public static final String CHAINED_CONVERTER_TYPE
protected String converterName
protected List<String> sourceMimeTypes
protected String destinationMimeType
protected String converterType
protected boolean wrappedTransformer
protected Map<String,String> parameters
protected List<String> subConverters
public ConverterDescriptor()
public String getConverterName()
public List<String> getSourceMimeTypes()
public String getDestinationMimeType()
public void initConverter()
public Converter getConverterInstance()
public Map<String,String> getParameters()
public ConverterDescriptor merge(ConverterDescriptor other)
public String getConverterType()
Copyright © 2015 Nuxeo SA. All rights reserved.