Package com.basiscomponents.i18n
Class Props
- java.lang.Object
-
- com.basiscomponents.i18n.Props
-
public class Props extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Props
getInstance()
static Props
getInstance(String loc, String propDir)
String
getText(String propkey)
static void
main(String[] args)
static void
setLocale(String loc)
static void
setProperyDir(String dir)
-
-
-
Method Detail
-
setLocale
public static void setLocale(String loc)
-
setProperyDir
public static void setProperyDir(String dir) throws FileNotFoundException
- Throws:
FileNotFoundException
-
getInstance
public static Props getInstance(String loc, String propDir) throws IOException
- Throws:
IOException
-
getInstance
public static Props getInstance() throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-