public static class SteelWheelsSchemaTest.Mondrian756SchemaProcessor extends FilterDynamicSchemaProcessor
| Constructor and Description | 
|---|
Mondrian756SchemaProcessor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
filter(String schemaUrl,
      Util.PropertyList connectInfo,
      InputStream stream)
Reads the contents of a schema as a stream and returns the result as
 a string. 
 | 
processSchemapublic String filter(String schemaUrl, Util.PropertyList connectInfo, InputStream stream) throws Exception
FilterDynamicSchemaProcessorThe default implementation returns the contents of the schema unchanged.
filter in class FilterDynamicSchemaProcessorschemaUrl - the URL of the catalogconnectInfo - Connection propertiesstream - Schema contents represented as a streamException - if an error occurs