Interface DataManagerFactory

A factory to create org.kaiwitte.workbench.data.DataManagers. It may reuse them.

Synopsis

 public interface DataManagerFactory {
  public DataManager getDataManager(DataScheme scheme)
    throws IOException;

}

Inheritance Path. org.kaiwitte.workbench.data.DataManagerFactory

getDataManager(DataScheme)

Synopsis: public DataManager getDataManager(org.kaiwitte.workbench.data.Dat\
aScheme scheme)

              throws java.io.IOException;

Parameters

scheme

the scheme

return

the org.kaiwitte.workbench.data.DataManager

Exceptions

IOException

iff an I/O error occurs

Creates a new org.kaiwitte.workbench.data.DataManager or reuses an old one.