net.sf.magicproject.database.propertyconfig
Class PropertyConfigFactory

java.lang.Object
  extended by net.sf.magicproject.database.propertyconfig.PropertyConfigFactory

public abstract class PropertyConfigFactory
extends java.lang.Object

Abstract class that holds information about a property name and its translation in the selected language in the LanguageManager class.

Since:
0.90
Author:
Fabrice Daugan

Method Summary
static PropertyConfig getPropertyConfig(java.io.InputStream dbStream)
          Return the next PropertyConfig instance read from the given stream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropertyConfig

public static PropertyConfig getPropertyConfig(java.io.InputStream dbStream)
                                        throws java.io.IOException
Return the next PropertyConfig instance read from the given stream.

Parameters:
dbStream - the stream containing the PropertyConfig data.
Returns:
the next PropertyConfig instance read from the given stream.
Throws:
java.io.IOException - when I/O error occurs durin the instance build.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.