See: Description
Class | Description |
---|---|
CollectorDataUtils |
Utility class for adding and manipulating custom data within the collector store
|
CollectorFileUtils |
Utility class for file based collector, such as download file from remote
host, delete file after discovery and move discovered file to another folder
|
CollectorNetworkUtils |
Utility class for performing network related calculations for the collector
|
CollectorPropertyUtils |
Utility classes for parsing collector property files (.properties).
|
CollectorValidationUtils |
Utility class for validating collector data.
|
CollectorXMLUtils |
Utility class for "converting" data into XML style strings for the collector
|
Contains utility methods for performing common functions within the Java™ collector framework.
CollectorXMLUtils
contains methods for transforming
data as stored in the DataStore
and its sub-classes
into an XML representation.
CollectorValidationUtils
provides methods for validating
network data as stored in the DataStore
, according to the
appropriate XML schemas for the ITNM collector data.
CollectorDataUtils
- provides methods for
adding additional custom data to a network entity, including custom relationshipsCollectorNetworkUtils
- provides method
for verifying whether a given address is in a subnetCollectorPropertyUtils
- provides method
for looking up an attribute name from a property file where the property name is based on
an attribute specified in CollectorConstants