public static class DynamicSchemaProcessorTest.BaseDsp extends Object implements DynamicSchemaProcessor
Modifier and Type | Field and Description |
---|---|
protected String |
replaceToken |
Constructor and Description |
---|
DynamicSchemaProcessorTest.BaseDsp() |
Modifier and Type | Method and Description |
---|---|
String |
getSchema() |
String |
processSchema(String schemaUrl,
Util.PropertyList connectInfo)
Modifies a Mondrian schema.
|
protected String replaceToken
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 catalogconnectInfo
- Connection propertiesException
- if an error occurs