org.kaiwitte.workbench.data
Interface DataManagerFactory

All Known Implementing Classes:
DataManagerFactoryImpl

public interface DataManagerFactory

A factory to create DataManagers. It may reuse them.


Method Summary
 DataManager getDataManager(DataScheme scheme)
          Creates a new DataManager or reuses an old one.
 

Method Detail

getDataManager

DataManager getDataManager(DataScheme scheme)
                           throws java.io.IOException
Creates a new DataManager or reuses an old one.

Parameters:
scheme - the scheme
Returns:
the DataManager
Throws:
java.io.IOException - iff an I/O error occurs