Package mondrian.tui


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.

  • Classes
    Class
    Description
    Command line utility which reads and executes MDX commands.
     
    Partial implementation of the HttpServletRequest where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.
     
    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.
    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.
    Partial implementation of the ServletContext where just enough is present to allow for communication between Mondrian's XMLA code and other code in the same JVM.
     
    Support for making XMLA requests and looking at the responses.
    Some XML parsing, validation and transform utility methods used to valiate XMLA responses.
    This can be extened to have a map from publicId/systemId to InputSource.
    Error handler plus helper methods.