edu.cmu.sphinx.util.props.test
Class ComponentPropertyTest

java.lang.Object
  extended by edu.cmu.sphinx.util.props.test.ComponentPropertyTest
All Implemented Interfaces:
Configurable

public class ComponentPropertyTest
extends java.lang.Object
implements Configurable

DOCUMENT ME!

Author:
Holger Brandl

Field Summary
static java.lang.String PROP_DATA_PROC
           
 
Constructor Summary
ComponentPropertyTest()
           
 
Method Summary
 java.lang.String getName()
           
 void newProperties(PropertySheet ps)
          This method is called when this configurable component needs to be reconfigured.
 void testDefInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_DATA_PROC

@S4Component(type=DummyProcessor.class,
             defaultClass=AnotherDummyProcessor.class)
public static final java.lang.String PROP_DATA_PROC
See Also:
Constant Field Values
Constructor Detail

ComponentPropertyTest

public ComponentPropertyTest()
Method Detail

newProperties

public void newProperties(PropertySheet ps)
                   throws PropertyException
Description copied from interface: Configurable
This method is called when this configurable component needs to be reconfigured.

Specified by:
newProperties in interface Configurable
Parameters:
ps - a property sheet holding the new data
Throws:
PropertyException - if there is a problem with the properties.

getName

public java.lang.String getName()

testDefInstance

public void testDefInstance()
                     throws PropertyException,
                            java.lang.InstantiationException
Throws:
PropertyException
java.lang.InstantiationException