mondrian.test
Class CaptionTest.MyFoodmart
java.lang.Object
mondrian.test.CaptionTest.MyFoodmart
- All Implemented Interfaces:
- DynamicSchemaProcessor
- Enclosing class:
- CaptionTest
public static class CaptionTest.MyFoodmart
- extends Object
- implements DynamicSchemaProcessor
created from foodmart.xml via perl script,
some captions added.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
foodmart
static final String foodmart
- See Also:
- Constant Field Values
CaptionTest.MyFoodmart
public CaptionTest.MyFoodmart()
processSchema
public String processSchema(String schemaUrl,
Util.PropertyList properties)
throws Exception
- Description copied from interface:
DynamicSchemaProcessor
- Modifies a Mondrian schema.
An implementation should generally interpret the URL string as
an Apache VFS (virtual file system) URL.
- Specified by:
processSchema
in interface DynamicSchemaProcessor
- Parameters:
schemaUrl
- the URL of the catalogproperties
- Connection properties
- Returns:
- the modified schema
- Throws:
Exception
- if an error occurs