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 PropsgetInstance()static PropsgetInstance(String loc, String propDir)StringgetText(String propkey)static voidmain(String[] args)static voidsetLocale(String loc)static voidsetProperyDir(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
-
-