Package mondrian.rolap
Class RolapSchemaPoolTest.NotReallyDynamicSchemaProcessor
- java.lang.Object
-
- mondrian.rolap.RolapSchemaPoolTest.NotReallyDynamicSchemaProcessor
-
- All Implemented Interfaces:
DynamicSchemaProcessor
- Enclosing class:
- RolapSchemaPoolTest
public static class RolapSchemaPoolTest.NotReallyDynamicSchemaProcessor extends Object implements DynamicSchemaProcessor
-
-
Constructor Summary
Constructors Constructor Description NotReallyDynamicSchemaProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprocessSchema(String schemaUrl, Util.PropertyList connectInfo)Modifies a Mondrian schema.
-
-
-
Method Detail
-
processSchema
public String processSchema(String schemaUrl, Util.PropertyList connectInfo) throws Exception
Description copied from interface:DynamicSchemaProcessorModifies a Mondrian schema.An implementation should generally interpret the URL string as an Apache VFS (virtual file system) URL.
- Specified by:
processSchemain interfaceDynamicSchemaProcessor- Parameters:
schemaUrl- The URL of the catalog.connectInfo- Connection properties.- Returns:
- Returns the modified schema.
- Throws:
Exception- if an error occurs.
-
-