Uses of Interface
mondrian.spi.DynamicSchemaProcessor
-
Packages that use DynamicSchemaProcessor Package Description mondrian.i18n Utilities for internationalization and localization.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spipackage. -
-
Uses of DynamicSchemaProcessor in mondrian.i18n
Classes in mondrian.i18n that implement DynamicSchemaProcessor Modifier and Type Class Description classLocalizingDynamicSchemaProcessorSchema processor which helps localize data and metadata. -
Uses of DynamicSchemaProcessor in mondrian.spi.impl
Classes in mondrian.spi.impl that implement DynamicSchemaProcessor Modifier and Type Class Description classFilterDynamicSchemaProcessorImplementation ofDynamicSchemaProcessorwhich allows a derived class to easily process a schema file.Methods in mondrian.spi.impl that return DynamicSchemaProcessor Modifier and Type Method Description static DynamicSchemaProcessorScripts. dynamicSchemaProcessor(Scripts.ScriptDefinition script)Creates an implementation of theDynamicSchemaProcessorSPI based on a script.
-