net.sourceforge.geeboss.model.stringtable
Class StringTable

java.lang.Object
  extended by net.sourceforge.geeboss.model.stringtable.StringTable

public class StringTable
extends java.lang.Object

StringTable class handles string table for a specific device

Author:
Frederic BORRY

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

StringTable

public StringTable(org.apache.avalon.framework.configuration.Configuration configuration)
            throws org.apache.avalon.framework.configuration.ConfigurationException
Create a new empty StringTable

Parameters:
configuration - the configuration
Throws:
org.apache.avalon.framework.configuration.ConfigurationException
Method Detail

getName

public java.lang.String getName()
Getter for StringTable name

Returns:
the StringTable name

getString

public java.lang.String getString(int index)
Get the string at the specified index

Parameters:
index - the index
Returns:
the string

loadConfiguration

public void loadConfiguration(org.apache.avalon.framework.configuration.Configuration configuration)
                       throws org.apache.avalon.framework.configuration.ConfigurationException
Configure this StringTable

Throws:
org.apache.avalon.framework.configuration.ConfigurationException


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.