org.opennms.bb.dp.discovery.utils
Class DiscIcebergParser.Parameter

java.lang.Object
  |
  +--org.opennms.bb.dp.discovery.utils.DiscIcebergParser.Parameter
Enclosing class:
DiscIcebergParser

private final class DiscIcebergParser.Parameter
extends Object

The parameter class is used by the parser to represent a classic parameter block in the XML file. For an example of a parameter block see the packages.dtd file in the CVS module xml.

This class was create to take the place of a Vector used to pass the parameters. The vector with synchronization and generic objects (1) has more overhead and (2) isn't very specific about the data.

Author:
Weave, OpenNMS

Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait