org.oddjob.values.properties
Class PropertiesConfigurationSession
java.lang.Object
org.oddjob.arooa.parsing.SessionDelegate
org.oddjob.values.properties.PropertiesConfigurationSession
- All Implemented Interfaces:
- ArooaSession
public class PropertiesConfigurationSession
- extends SessionDelegate
- implements ArooaSession
A version of an ArooaSession
that creates it's own copy
of a PropertyManager
so that it can resolve properties during
configuration of the PropertyType
and PropertyJob
.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesConfigurationSession
public PropertiesConfigurationSession(ArooaSession original)
- Constructor.
- Parameters:
original
- The original session.
getPropertyManager
public PropertyManager getPropertyManager()
- Description copied from interface:
ArooaSession
- Get the
PropertyManager
for this session.
- Specified by:
getPropertyManager
in interface ArooaSession
- Overrides:
getPropertyManager
in class SessionDelegate
- Returns:
- The PropertyMananger. Must not be null.