Package com.logicaldoc.core.conversion
Class NoConversionConverter
java.lang.Object
com.logicaldoc.core.conversion.NotAvailableConverter
com.logicaldoc.core.conversion.NoConversionConverter
- All Implemented Interfaces:
- FormatConverter
A converter that simply copies the source to the destination
- Since:
- 8.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.core.conversion.NotAvailableConverterconvert, getParameter, getParameterNames, getParameters, isEnabled, loadParameters, setEnabled
- 
Constructor Details- 
NoConversionConverterpublic NoConversionConverter()
 
- 
- 
Method Details- 
convertDescription copied from interface:FormatConverterPerforms the conversion- Specified by:
- convertin interface- FormatConverter
- Overrides:
- convertin class- NotAvailableConverter
- Parameters:
- src- The source file
- dest- The converted file, the extension of it's filename defines the output format
- Throws:
- IOException- raised if the conversion resulted in an error
 
 
-