org.mentawai.core
Class Props
java.lang.Object
org.mentawai.core.Props
public class Props
- extends Object
|
Constructor Summary |
Props()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHARSET
public static String CHARSET
Props
public Props()
loadLocal
public void loadLocal(InputStream is)
throws IOException
- Throws:
IOException
loadDefault
public void loadDefault(InputStream is)
throws IOException
- Throws:
IOException
load
public void load(InputStream is)
throws IOException
- Throws:
IOException
getString
public String getString(String key)
getInt
public int getInt(String key)
getBoolean
public boolean getBoolean(String key)
getList
public List<String> getList(String key)
has
public boolean has(String key)
getPath
public String getPath(String key)
getAbsolutePath
public String getAbsolutePath(String key)
getClass
public Class<? extends Object> getClass(String key)
getArray
public String[] getArray(String key)
getArrays
public List<String[]> getArrays(String key)
Copyright © 2012. All Rights Reserved.