The Java connector library provides access to hierarchical connector
configuration properties with the following enhancements:
- The CWProperty class provides methods that allow you to obtain string values and
child properties within a hierarchical connector property. For more information,
see CWProperty class.
- The CWConnectorUtil class provides two new methods to allow you to retrieve the
top-level hierarchical connector properties:
- To retrieve all top-level hierarchical connector properties: getAllConfigProperties()
- To retrieve a specified top-level hierarchical connector property: getHierarchicalConfigProp()
For more information, see .
Note:
The Java connector library still provides support for
the old single-valued, simple connector property values, though
the getConfigProp() method.