kaos.policy.enforcement.obligation
Class PropertyPopulatorFactory

java.lang.Object
  extended by kaos.policy.enforcement.obligation.PropertyPopulatorFactory

public final class PropertyPopulatorFactory
extends java.lang.Object


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

Method Detail

setPopulator

public static void setPopulator(java.lang.String mapping,
                                PropertySpecializedPopulator populator)

getInstance

public static PropertySpecializedPopulator 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.