public class Props extends Object
| Constructor and Description |
|---|
Props() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath(String key) |
String[] |
getArray(String key) |
List<String[]> |
getArrays(String key) |
boolean |
getBoolean(String key) |
Class<? extends Object> |
getClass(String key) |
int |
getInt(String key) |
List<String> |
getList(String key) |
String |
getPath(String key) |
String |
getString(String key) |
boolean |
has(String key) |
void |
load(InputStream is) |
void |
loadDefault(InputStream is) |
void |
loadLocal(InputStream is) |
public static String CHARSET
public void loadLocal(InputStream is) throws IOException
IOExceptionpublic void loadDefault(InputStream is) throws IOException
IOExceptionpublic void load(InputStream is) throws IOException
IOExceptionpublic int getInt(String key)
public boolean getBoolean(String key)
public boolean has(String key)
Copyright © 2015. All Rights Reserved.