A factory to create org.kaiwitte.workbench.data.DataScheme
s.
public interface DataSchemeFactory {public DataScheme createDataScheme(InputStream in)
throws IOException;
}
Inheritance Path. org.kaiwitte.workbench.data.DataSchemeFactory
Synopsis: public DataScheme[] createDataScheme(java.io.InputStream in) throws java.io.IOException;
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
.