public class DataSchemeFactoryImplimplements DataSchemeFactory {public DataSchemeFactoryImpl();
public DataScheme createDataScheme(InputStream in)
throws IOException;
}
Methods inherited from java.lang.Object:
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.data.DataSchemeFactoryImpl
Synopsis: public DataScheme[] createDataScheme(java.io.InputStream in) throws java.io.IOException;
Specified by: Method createDataScheme in interface DataSchemeFactory
Parameters
in
the InputStream
to a resource in XML syntax
that defines the org.kaiwitte.workbench.data.DataScheme
s.
Exceptions
IOException
iff an I/O error occurs
Creates a org.kaiwitte.workbench.data.DataScheme
.