org.eclipse.higgins.icard.common.io
Class AbstractFormatProvider
java.lang.Object
org.eclipse.higgins.icard.common.io.AbstractFormatProvider
- All Implemented Interfaces:
- org.eclipse.higgins.icard.io.IFormatProvider, org.eclipse.higgins.registry.IServiceProvider
public abstract class AbstractFormatProvider
- extends Object
- implements org.eclipse.higgins.icard.io.IFormatProvider
| Methods inherited from interface org.eclipse.higgins.icard.io.IFormatProvider |
getFormatDescriptor, getInputProcessor, getOutputProcessor |
AbstractFormatProvider
public AbstractFormatProvider(String id,
String name,
String fileExtension,
String description)
getDescription
public String getDescription()
getFileExtension
public String getFileExtension()
getName
public String getName()
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