org.eclipse.higgins.icard.provider.cardspace.common.io
Class CRDSFormatProvider

java.lang.Object
  extended byorg.eclipse.higgins.icard.provider.cardspace.common.io.CRDSFormatProvider
All Implemented Interfaces:
org.eclipse.higgins.icard.io.IFormatProvider, org.eclipse.higgins.registry.IServiceProvider

public class CRDSFormatProvider
extends Object
implements org.eclipse.higgins.icard.io.IFormatProvider


Constructor Summary
CRDSFormatProvider()
           
 
Method Summary
 org.eclipse.higgins.registry.IConfiguration getConfiguration()
           
 org.eclipse.higgins.icard.io.IFormatDescriptor getFormatDescriptor()
           
 String getID()
           
 org.eclipse.higgins.icard.io.IInputProcessor getInputProcessor()
           
 org.eclipse.higgins.icard.io.IOutputProcessor getOutputProcessor()
           
 void setID(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRDSFormatProvider

public CRDSFormatProvider()
Method Detail

getConfiguration

public org.eclipse.higgins.registry.IConfiguration getConfiguration()
Specified by:
getConfiguration in interface org.eclipse.higgins.registry.IServiceProvider

getID

public String getID()
Specified by:
getID in interface org.eclipse.higgins.registry.IServiceProvider

setID

public void setID(String id)
           throws Exception
Specified by:
setID in interface org.eclipse.higgins.registry.IServiceProvider
Throws:
Exception

getFormatDescriptor

public org.eclipse.higgins.icard.io.IFormatDescriptor getFormatDescriptor()
Specified by:
getFormatDescriptor in interface org.eclipse.higgins.icard.io.IFormatProvider

getInputProcessor

public org.eclipse.higgins.icard.io.IInputProcessor getInputProcessor()
Specified by:
getInputProcessor in interface org.eclipse.higgins.icard.io.IFormatProvider

getOutputProcessor

public org.eclipse.higgins.icard.io.IOutputProcessor getOutputProcessor()
Specified by:
getOutputProcessor in interface org.eclipse.higgins.icard.io.IFormatProvider