See: Description
Interface | Description |
---|---|
InputDataSetCmdArgsParser |
Defines a common interface for a command line argument parser for an instance of
AbstractInputDataSet . |
Class | Description |
---|---|
CmdArgsParserUtils |
Contains utility methods for parsing command line parameters for input data sets
|
CmdOptionsBuilder |
Utility class used internally to generate command line argument descriptions.
|
DynamicInputDataSetCmdArgsParserHandler |
An implementation of
InputDataSetCmdArgsParserHandler whose parsers chain can be set dynamically by adding instances of InputDataSetCmdArgsParser |
FileInputDataSetCmdArgsParser |
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type FileInputDataSet |
FullInputDataSetCmdArgsParserHandler |
An implementation of
InputDataSetCmdArgsParserHandler which is preloaded with the parsers listed below in the given order: MultiInputDataSetCmdArgsParser SpatialIndexInputDataSetCmdArgsParser FileInputDataSetCmdArgsParser NoSQLInputCmdArgsParser SimpleInputDataSetCmdArgsParser |
InputDataSetCmdArgsParserHandler |
Defines a handler of
InputDataSetCmdArgsParser instances. |
MultiInputDataSetCmdArgsParser |
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type MultiInputDataSet Internally, it uses an implementation of InputDataSetCmdArgsParserHandler to parse the parameters of the nested input data sets |
NoSQLInputCmdArgsParser |
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type NoSQLInputDataSet |
SimpleInputDataSetCmdArgsParser |
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type SimpleInputDataSet |
SpatialIndexInputDataSetCmdArgsParser |
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type SpatialIndexInputDataSet |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.