org.eclipse.higgins.icard.io
Interface IFormatProvider

All Superinterfaces:
org.eclipse.higgins.registry.IServiceProvider

public interface IFormatProvider
extends org.eclipse.higgins.registry.IServiceProvider


Method Summary
 IFormatDescriptor getFormatDescriptor()
          Gets description of the supported format.
 IInputProcessor getInputProcessor()
          Gets IInputProcessor
 IOutputProcessor getOutputProcessor()
          Gets IInputProcessor
 
Methods inherited from interface org.eclipse.higgins.registry.IServiceProvider
getConfiguration, getID, setID
 

Method Detail

getFormatDescriptor

IFormatDescriptor getFormatDescriptor()
Gets description of the supported format.


getInputProcessor

IInputProcessor getInputProcessor()
Gets IInputProcessor


getOutputProcessor

IOutputProcessor getOutputProcessor()
Gets IInputProcessor