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

java.lang.Object
  extended by 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


Field Summary
static String FILE_EXTENSION
           
static String FORMAT_DESCRIPTION
           
static String FORMAT_ID
           
static String FORMAT_NAME
           
 
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
 

Field Detail

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
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