Package 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.
-
-
Constructor Summary
Constructors Constructor Description MyFoodmart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
processSchema(String schemaUrl, Util.PropertyList properties)
Modifies a Mondrian schema.
-
-
-
Field Detail
-
foodmart
static final String foodmart
- See Also:
- Constant Field Values
-
-
Method Detail
-
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 interfaceDynamicSchemaProcessor
- Parameters:
schemaUrl
- The URL of the catalog.properties
- Connection properties.- Returns:
- Returns the modified schema.
- Throws:
Exception
- if an error occurs.
-
-