org.eclipse.higgins.icard.registry
Class IOFormatRegistry

java.lang.Object
  extended byorg.eclipse.higgins.registry.HigginsRegistry
      extended byorg.eclipse.higgins.icard.registry.IOFormatRegistry

public class IOFormatRegistry
extends org.eclipse.higgins.registry.HigginsRegistry


Constructor Summary
IOFormatRegistry(String configPath)
           
 
Method Summary
 org.eclipse.higgins.icard.io.IFormatProvider getFormatProvider(String extID)
           
 Iterator getFormatProviders()
           
static IOFormatRegistry getInstance()
           
 
Methods inherited from class org.eclipse.higgins.registry.HigginsRegistry
addExtension, getConfigFile, getConfigPath, getServiceProvider, getServiceProviders, loadProviders, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOFormatRegistry

public IOFormatRegistry(String configPath)
Parameters:
configPath -
Method Detail

getFormatProviders

public Iterator getFormatProviders()

getFormatProvider

public org.eclipse.higgins.icard.io.IFormatProvider getFormatProvider(String extID)

getInstance

public static IOFormatRegistry getInstance()