Command Line Configurator
class CommandLineConfigurator( val configuration: IndexedFileAnalyzerConfiguration, commandLineArguments: Array<String>, helpStream: Appendable) : Configurator<IndexedFileAnalyzerConfiguration>
Content copied to clipboard
Provides the configuration for the IndexedFileAnalyzer. Specifies the options that are available as arguments to the analyzer and their effects on the output.
Author
Mark van Gulik
Parameters
configuration
The base IndexedFileAnalyzerConfiguration.
command Line Arguments
The command-line arguments.
help Stream
The Appendable to which help text should be written.
Constructors
Link copied to clipboard
fun CommandLineConfigurator( configuration: IndexedFileAnalyzerConfiguration, commandLineArguments: Array<String>, helpStream: Appendable)
Content copied to clipboard
Construct a new CommandLineConfigurator.
Functions
Link copied to clipboard
Using information provided during construction of the configurator, produce the entailed configuration.