org.oddjob.arooa.parsing
Class RuntimeOverrideContext

java.lang.Object
  extended by org.oddjob.arooa.parsing.OverrideContext
      extended by org.oddjob.arooa.parsing.RuntimeOverrideContext
All Implemented Interfaces:
ArooaContext

public class RuntimeOverrideContext
extends OverrideContext


Constructor Summary
RuntimeOverrideContext(ArooaContext context, RuntimeConfiguration runtime)
           
 
Method Summary
 RuntimeConfiguration getRuntime()
          Get the current RuntimeConfiguration{} for this context.
 
Methods inherited from class org.oddjob.arooa.parsing.OverrideContext
getArooaHandler, getArooaType, getConfigurationNode, getExistingContext, getParent, getPrefixMappings, getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeOverrideContext

public RuntimeOverrideContext(ArooaContext context,
                              RuntimeConfiguration runtime)
Method Detail

getRuntime

public RuntimeConfiguration getRuntime()
Description copied from interface: ArooaContext
Get the current RuntimeConfiguration{} for this context.

Specified by:
getRuntime in interface ArooaContext
Overrides:
getRuntime in class OverrideContext
Returns:
A RuntimeConfiguration. This may be null for the root context.