org.oddjob.arooa.parsing
Class RuntimeOverrideContext
java.lang.Object
org.oddjob.arooa.parsing.OverrideContext
org.oddjob.arooa.parsing.RuntimeOverrideContext
- All Implemented Interfaces:
- ArooaContext
public class RuntimeOverrideContext
- extends OverrideContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeOverrideContext
public RuntimeOverrideContext(ArooaContext context,
RuntimeConfiguration runtime)
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.