public class Properties extends NameValuePairs
NameValuePairs.Entry| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getSubSet(java.lang.String aNamePrefix)
Returns a subset of the NameValuePairs where the names are starting with the specified prefix.
|
void |
load(java.io.InputStream aInputStream)
Loads name/value pairs from the given input stream.
|
add, add, findEntry, getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getString, getString, getStrings, keys, names, removeEntry, setParent, size, toStringpublic void load(java.io.InputStream aInputStream)
throws java.io.IOException
java.io.IOExceptionpublic Properties getSubSet(java.lang.String aNamePrefix)
aNamePrefix - the prefix that all returned pair names have in common.Copyright © 2003-2013 . All Rights Reserved.