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

public IFormatDescriptor getFormatDescriptor()
Gets description of the supported format.


getInputProcessor

public IInputProcessor getInputProcessor()
Gets IInputProcessor


getOutputProcessor

public IOutputProcessor getOutputProcessor()
Gets IInputProcessor