Package mondrian.tui
Text user interface for Mondrian.
The main class in this package, CmdRunner
is a
command-line which accepts MDX commands and prints the results.
-
Class Summary Class Description CmdRunner Command line utility which reads and executes MDX commands.CmdRunner.Options MockHttpServletRequest Partial implementation of theHttpServletRequest
where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.MockHttpServletRequest.MockRequestDispatcher MockHttpServletResponse This is a partial implementation of the HttpServletResponse where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.MockServletConfig This is a partial implementation of the ServletConfig where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.MockServletContext Partial implementation of theServletContext
where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.NamespaceContextImpl XmlaSupport Support for making XMLA requests and looking at the responses.XmlUtil Some XML parsing, validation and transform utility methods used to valiate XMLA responses.XmlUtil.Resolver This can be extened to have a map from publicId/systemId to InputSource.XmlUtil.SaxErrorHandler Error handler plus helper methods.XmlUtil.SaxErrorHandler.ErrorInfo