net.sourceforge.geeboss.model.stringtable
Class StringTableManager

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

public class StringTableManager
extends java.lang.Object

Manager for string tables

Author:
Frederic BORRY

Constructor Summary
StringTableManager(org.apache.avalon.framework.configuration.Configuration configuration)
          Construct a new StringTableManager
 
Method Summary
 StringTable getStringTable(java.lang.String name)
          Get the StringTable for the specified name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTableManager

public StringTableManager(org.apache.avalon.framework.configuration.Configuration configuration)
                   throws org.apache.avalon.framework.configuration.ConfigurationException
Construct a new StringTableManager

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

getStringTable

public StringTable getStringTable(java.lang.String name)
Get the StringTable for the specified name

Parameters:
name - the name of the StringTable
Returns:
the StringTable


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