Uses of Package
org.syphr.prom

Classes in org.syphr.prom used by org.syphr.prom
Defaultable
          This interface defines functionality to provide a default property value.
Evaluator
          This interface defines an object that can interrogate a raw value to determine if it references other values and provide information about those references.
PropertiesManager
          This class creates a management API for a Properties file.
PropertyEvent
          This event class encapsulates an event concerning a single property or a set of properties.
PropertyListener
          This listener defines the events that a client can react to when monitoring a single property or a set of properties.
PropertyManager
          This class provides the properties management API of PropertiesManager with respect to a single property.

To get access to an instance of this class, use PropertiesManager.getPropertyManager(Object).
Reference
          This class encapsulates a reference to another property from within a property's value.
Retriever
          This interface defines an interaction whereby the caller requests a value associated with the given name (such as the property-value relationship found in Properties).
Translator
          This interface defines the functionality required to translate back and forth between key constants (Enums) and property names.

It is required that any implementation be thread safe.
 



Copyright © 2010-2011 Gregory P. Moyer. All Rights Reserved.