edu.cmu.sphinx.util.props
Class Registry

java.lang.Object
  extended byedu.cmu.sphinx.util.props.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
equals, 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.