Uses of Interface
mondrian.spi.DynamicSchemaProcessor
Packages that use DynamicSchemaProcessor
Package
Description
Utilities for internationalization and localization.
Provides implementations of SPIs defined in the
mondrian.spi
package.-
Uses of DynamicSchemaProcessor in mondrian.i18n
Classes in mondrian.i18n that implement DynamicSchemaProcessorModifier and TypeClassDescriptionclass
Schema processor which helps localize data and metadata. -
Uses of DynamicSchemaProcessor in mondrian.spi.impl
Classes in mondrian.spi.impl that implement DynamicSchemaProcessorModifier and TypeClassDescriptionclass
Implementation ofDynamicSchemaProcessor
which allows a derived class to easily process a schema file.Methods in mondrian.spi.impl that return DynamicSchemaProcessorModifier and TypeMethodDescriptionstatic DynamicSchemaProcessor
Scripts.dynamicSchemaProcessor
(Scripts.ScriptDefinition script) Creates an implementation of theDynamicSchemaProcessor
SPI based on a script.