org.eclipse.higgins.icard.provider.cardspace.common.io
Class CRDSFormatProvider
java.lang.Object
org.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
FORMAT_ID
public static final String FORMAT_ID
- See Also:
- Constant Field Values
FORMAT_NAME
public static final String FORMAT_NAME
- See Also:
- Constant Field Values
FILE_EXTENSION
public static final String FILE_EXTENSION
- See Also:
- Constant Field Values
FORMAT_DESCRIPTION
public static final String FORMAT_DESCRIPTION
- See Also:
- Constant Field Values
CRDSFormatProvider
public CRDSFormatProvider()
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