|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParamMap | |
---|---|
com.cleancode.data | This package provides facilities for extensible, configurable, on-the-fly diagnostics, settings, and data logging for standalone programs, CGI interaction, and client-level or server-level programs. |
com.cleancode.xml | This package provides a full-featured XML pre-processor along with several generic XML convenience classes. |
Uses of ParamMap in com.cleancode.data |
---|
Fields in com.cleancode.data declared as ParamMap | |
---|---|
static ParamMap |
Diagnostic.paramMap
The diagnostic parameters for the Diagnostic class itself. |
Methods in com.cleancode.data with parameters of type ParamMap | |
---|---|
void |
ParamMap.putAll(ParamMap newMap)
Merges the new map with the current map. |
Constructors in com.cleancode.data with parameters of type ParamMap | |
---|---|
InputOptions(String[] cmdLineData,
String[] configData,
String[] requiredFields,
ParamMap paramMap)
Initializes the InputOptions property list from the specified
configuration data with any command-line overrides. |
Uses of ParamMap in com.cleancode.xml |
---|
Fields in com.cleancode.xml declared as ParamMap | |
---|---|
static ParamMap |
XmlTransform.paramMap
Parameter map for this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
CleanCode Java Libraries | Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 |