Package mondrian.test

Class CaptionTest.MyFoodmart

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.String foodmart  
    • Constructor Summary

      Constructors 
      Constructor Description
      MyFoodmart()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String processSchema​(java.lang.String schemaUrl, Util.PropertyList properties)
      Modifies a Mondrian schema.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyFoodmart

        public MyFoodmart()
    • Method Detail

      • processSchema

        public java.lang.String processSchema​(java.lang.String schemaUrl,
                                              Util.PropertyList properties)
                                       throws java.lang.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 catalog.
        properties - Connection properties.
        Returns:
        Returns the modified schema.
        Throws:
        java.lang.Exception - if an error occurs.