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)
has
public boolean has(String key)
getPath
public String getPath(String key)
getAbsolutePath
public String getAbsolutePath(String key)
Copyright © 2011. All Rights Reserved.