|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.util.props.ConfigurableAdapter
public abstract class ConfigurableAdapter
An default (abstract) implementation of a configurable that implements a meaning toString() and keeps a
references to the Confurable's logger.
| Constructor Summary | |
|---|---|
ConfigurableAdapter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retunrs the configuration name this Configurable. |
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured. |
java.lang.String |
toString()
Returns the name of this BaseDataProcessor. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableAdapter()
| Method Detail |
|---|
public void newProperties(PropertySheet ps)
throws PropertyException
Configurable
newProperties in interface Configurableps - a property sheet holding the new data
PropertyException - if there is a problem with the properties.public java.lang.String getName()
Configurable.
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||