|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--irc.StreamParameterProvider
Parameter provider from a text stream.
Constructor Summary | |
StreamParameterProvider(java.io.InputStream is)
Create a new StreamParameterProvider loading the given input stream. |
Method Summary | |
java.lang.String |
getParameter(java.lang.String name)
Get the given parameter value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StreamParameterProvider(java.io.InputStream is)
is
- the input stream to load from. If is is null, then the
parameter list will be empty.Method Detail |
public java.lang.String getParameter(java.lang.String name)
ParameterProvider
getParameter
in interface ParameterProvider
name
- parameter name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |