|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects implementing this interface translate an input stream into a map of default values per options
for the CmdLineOptions#useDefaultStream(InputStream, DefaultsStreamParser)
method of CmdLineOptions
.
Note that the values to place in the map need not be interpreted or converted into Java types, but
must simple be Strings which will be parsed by CmdLineOptions
as if they were
keyed on the command line.
Map entries must have names equal to option names (or aliases).
Method Summary | |
java.util.Map |
readDefaults(java.io.InputStream is)
Read the default values for options from the given stream and place them into |
Method Detail |
public java.util.Map readDefaults(java.io.InputStream is) throws java.io.IOException
is
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |