See: Description
Class | Description |
---|---|
CSVCollector |
A collector implementation that parses one or more CSV files to collect
network data.
|
CSVCollectorConstants |
Constants used by the
CSVCollector collector implementation. |
Contains an implementation of a generic CSV collector that parses one or more delimited data files for network data. The classes within this package make up the csvcollector.jar file.
The CSVCollector
class contains the implementation of the collector, while
the CSVCollectorConstants
class contains related properties, such as property
names and default values for properties.