A factory to create org.kaiwitte.workbench.data.DataManager
s. It may reuse them.
public interface DataManagerFactory {public DataManager getDataManager(DataScheme scheme)
throws IOException;
}
Inheritance Path. org.kaiwitte.workbench.data.DataManagerFactory
Synopsis: public DataManager getDataManager(org.kaiwitte.workbench.data.Dat\ aScheme scheme) throws java.io.IOException;
Parameters
scheme
the scheme
Exceptions
IOException
iff an I/O error occurs
Creates a new org.kaiwitte.workbench.data.DataManager
or reuses an old one.