Package mondrian.calc

Class ExpCompiler.Factory.Context

  • All Implemented Interfaces:
    ObjectFactory.Context
    Enclosing class:
    ExpCompiler.Factory

    public static class ExpCompiler.Factory.Context
    extends java.lang.Object
    implements ObjectFactory.Context
    The ExpCompiler only has two override mechanisms: the ThreadLocal and System Properties. This class captures and clears the current values for both in the constructor and then replaces them in the restore method.

    This is for testing only.

    • Constructor Summary

      Constructors 
      Constructor Description
      Context()
      Creates a Context.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Context

        Context()
        Creates a Context.