Package mondrian.rolap.format
Class FormatterCreateContext.Builder
java.lang.Object
mondrian.rolap.format.FormatterCreateContext.Builder
- Enclosing class:
- FormatterCreateContext
Builder to create an instance of FormatterCreateContext.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
formatterAttr
(String formatterClassName) In order to support previous version's configurations, a custom formatter can be specified by only specifying its class name in attribute "formatter".formatterDef
(MondrianDef.ElementFormatter formatterDef) Data from Mondrian xml schema file to create a custom implementation of a requested formatter.A script data used to create a script based implementation of a requested formatter.script
(MondrianDef.Script script) A script data used to create a script based implementation of a requested formatter.
-
Constructor Details
-
Builder
Mondrian schema element name formatter is being created for. Element name itself is used just to properly log errors if any.
-
-
Method Details
-
formatterDef
Data from Mondrian xml schema file to create a custom implementation of a requested formatter. -
formatterAttr
In order to support previous version's configurations, a custom formatter can be specified by only specifying its class name in attribute "formatter". Note: formatter as an element will supersede this class. -
script
A script data used to create a script based implementation of a requested formatter. -
script
A script data used to create a script based implementation of a requested formatter. -
build
-