|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.model.stringtable.StringTable
public class StringTable
StringTable class handles string table for a specific device
Constructor Summary | |
---|---|
StringTable(org.apache.avalon.framework.configuration.Configuration configuration)
Create a new empty StringTable |
Method Summary | |
---|---|
java.lang.String |
getName()
Getter for StringTable name |
java.lang.String |
getString(int index)
Get the string at the specified index |
void |
loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration)
Configure this StringTable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringTable(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
configuration
- the configuration
org.apache.avalon.framework.configuration.ConfigurationException
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getString(int index)
index
- the index
public void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
org.apache.avalon.framework.configuration.ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |