public static class DynamicSchemaProcessorTest.BaseDsp extends Object implements DynamicSchemaProcessor
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
replaceToken  | 
| Constructor and Description | 
|---|
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
DynamicSchemaProcessorAn implementation should generally interpret the URL string as an Apache VFS (virtual file system) URL.
processSchema in interface DynamicSchemaProcessorschemaUrl - The URL of the catalog.connectInfo - Connection properties.Exception - if an error occurs.