Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.convert.extension
Class ConverterDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.convert.extension.ConverterDescriptor
All Implemented Interfaces:
Serializable

public class ConverterDescriptor
extends Object
implements Serializable

XMap descriptor for the contribution of a new Converter.

Author:
tiry
See Also:
Serialized Form

Field Summary
static String CHAINED_CONVERTER_TYPE
           
static String CUSTOM_CONVERTER_TYPE
           
 
Constructor Summary
ConverterDescriptor()
           
 
Method Summary
 Converter getConverterInstance()
           
 String getConverterName()
           
 String getConverterType()
           
 String getDestinationMimeType()
           
 Map<String,String> getParameters()
           
 List<String> getSourceMimeTypes()
           
 List<String> getSteps()
           
 void initConverter()
           
 ConverterDescriptor merge(ConverterDescriptor other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_CONVERTER_TYPE

public static final String CUSTOM_CONVERTER_TYPE
See Also:
Constant Field Values

CHAINED_CONVERTER_TYPE

public static final String CHAINED_CONVERTER_TYPE
See Also:
Constant Field Values
Constructor Detail

ConverterDescriptor

public ConverterDescriptor()
Method Detail

getConverterName

public String getConverterName()

getSourceMimeTypes

public List<String> getSourceMimeTypes()

getSteps

public List<String> getSteps()

getDestinationMimeType

public String getDestinationMimeType()

initConverter

public void initConverter()
                   throws Exception
Throws:
Exception

getConverterInstance

public Converter getConverterInstance()

getParameters

public Map<String,String> getParameters()

merge

public ConverterDescriptor merge(ConverterDescriptor other)

getConverterType

public String getConverterType()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.