public static class RolapSchemaPoolTest.NotReallyDynamicSchemaProcessor extends Object implements DynamicSchemaProcessor
Constructor and Description |
---|
NotReallyDynamicSchemaProcessor() |
Modifier and Type | Method and Description |
---|---|
String |
processSchema(String schemaUrl,
Util.PropertyList connectInfo)
Modifies a Mondrian schema.
|
public String processSchema(String schemaUrl, Util.PropertyList connectInfo) throws Exception
DynamicSchemaProcessor
An implementation should generally interpret the URL string as an Apache VFS (virtual file system) URL.
processSchema
in interface DynamicSchemaProcessor
schemaUrl
- The URL of the catalog.connectInfo
- Connection properties.Exception
- if an error occurs.