JIU 0.14.3

net.sourceforge.jiu.apps
Class StringLoader

java.lang.Object
  extended by net.sourceforge.jiu.apps.StringLoader

public class StringLoader
extends Object

This class loads a Strings resource from a text file. The text file must contain one

Since:
0.12.0
Author:
Marco Schmidt

Field Summary
static String resourceDirectory
          The directory of language resource files, default: /resources/lang/.
 
Constructor Summary
StringLoader()
           
StringLoader(String iso639Code)
           
 
Method Summary
 Strings load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceDirectory

public static String resourceDirectory
The directory of language resource files, default: /resources/lang/.

Constructor Detail

StringLoader

public StringLoader()

StringLoader

public StringLoader(String iso639Code)
Method Detail

load

public Strings load()
             throws IOException
Throws:
IOException

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt