Interface DataSchemeFactory

A factory to create org.kaiwitte.workbench.data.DataSchemes.

Synopsis

 public interface DataSchemeFactory {
  public DataScheme createDataScheme(InputStream in)
    throws IOException;

}

Inheritance Path. org.kaiwitte.workbench.data.DataSchemeFactory

createDataScheme(InputStream)

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.DataSchemes.

return

the org.kaiwitte.workbench.data.DataSchemes

Exceptions

IOException

iff an I/O error occurs

Creates a org.kaiwitte.workbench.data.DataScheme.