|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.database.propertyconfig.PropertyConfigFactory
public abstract class PropertyConfigFactory
Abstract class that holds information about a property name and its
translation in the selected language in the LanguageManager
class.
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 |
---|
public static PropertyConfig getPropertyConfig(java.io.InputStream dbStream) throws java.io.IOException
dbStream
- the stream containing the PropertyConfig data.
java.io.IOException
- when I/O error occurs durin the instance build.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |