Package edu.cmu.sphinx.util.props

Provides a mechanism for managing persistent configuration data.

See:
          Description

Interface Summary
Configurable Defines the interface that must be implemented by any configurable component in Sphinx-4.
PropertySheet A property sheet defines a collection of properties for a single component in the system.
Resetable Defines the interface for an object that is resetable
 

Class Summary
ConfigurationManager Manages the configuration for the system.
PropertyType an enum-style type that defines the possible property types.
Registry Used to register properties
 

Exception Summary
PropertyException Indicates that a problem occurred while setting one or more properties for this component
 

Package edu.cmu.sphinx.util.props Description

Provides a mechanism for managing persistent configuration data. The configuration manager and the associated set of interfaces and classes provides the following services:

For an overview of how to use this configuration management system to create and configure components please see: Sphinx-4 Configuration Management

For a description of how to create your own configurable components see: Configurable