|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.portalImpl.util.NameValuePairs
org.apache.pluto.portalImpl.util.Properties
This class loads name/value pairs from a properties file. The properties file is specified as input stream and follows the usual convention for Java properties files.
Nested Class Summary |
Nested classes inherited from class org.apache.pluto.portalImpl.util.NameValuePairs |
NameValuePairs.Entry |
Constructor Summary | |
Properties()
|
Method Summary | |
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. |
Methods inherited from class org.apache.pluto.portalImpl.util.NameValuePairs |
add, add, findEntry, getBoolean, getBoolean, getBoolean, getInteger, getInteger, getInteger, getString, getString, getStrings, keys, names, removeEntry, setParent, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Properties()
Method Detail |
public void load(java.io.InputStream aInputStream) throws java.io.IOException
java.io.IOException
public Properties getSubSet(java.lang.String aNamePrefix)
aNamePrefix
- the prefix that all returned pair names have in common.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |