kaos.policy.obligation.actionInstantiator
Class ActionPropertyPopulatorFactory

java.lang.Object
  extended by kaos.policy.obligation.actionInstantiator.ActionPropertyPopulatorFactory

public final class ActionPropertyPopulatorFactory
extends java.lang.Object


Method Summary
static void addPopulator(java.lang.String mapping, ActionPropertyPopulator populator)
           
static ActionPropertyPopulator getInstance(java.lang.String mapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addPopulator

public static void addPopulator(java.lang.String mapping,
                                ActionPropertyPopulator populator)

getInstance

public static ActionPropertyPopulator getInstance(java.lang.String mapping)
Parameters:
mapping - The name of the mapping to be used in retrieving the PropertySpecializedPopulator.
Returns:
PropertySpecializedPopulator an instance of the requested PropertySpecializedPopulator.