emolib.util.conf
Class Registry

java.lang.Object
  extended by emolib.util.conf.Registry

public class Registry
extends java.lang.Object

Used to register properties


Method Summary
 void register(java.lang.String propertyName, PropertyType myType)
          Registers a property with this registry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public void register(java.lang.String propertyName,
                     PropertyType myType)
              throws PropertyException
Registers a property with this registry

Parameters:
propertyName - the name of the property
myType - the type of the property.
Throws:
PropertyException - if a problem with a property is detected.