Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.convert.extension
Interface ExternalConverter

All Superinterfaces:
Converter
All Known Implementing Classes:
CommandLineBasedConverter, HtmlPreviewConverter, JODBasedConverter, PDF2HtmlConverter, PDF2ImageConverter, WordPerfect2TextConverter

public interface ExternalConverter
extends Converter

Interface that must be implemented by Converter that depend on an external service.

Compared to Converter interface, it adds support for checking converter availability.

Author:
tiry

Method Summary
 ConverterCheckResult isConverterAvailable()
          Checks if the converter is available.
 
Methods inherited from interface org.nuxeo.ecm.core.convert.extension.Converter
convert, init
 

Method Detail

isConverterAvailable

ConverterCheckResult isConverterAvailable()
Checks if the converter is available.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.