CommandLineConfigurator

class CommandLineConfigurator(    val configuration: IndexedFileAnalyzerConfiguration,     commandLineArguments: Array<String>,     helpStream: Appendable) : Configurator<IndexedFileAnalyzerConfiguration>

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
commandLineArguments

The command-line arguments.

helpStream

The Appendable to which help text should be written.

Constructors

Link copied to clipboard
fun CommandLineConfigurator(    configuration: IndexedFileAnalyzerConfiguration,     commandLineArguments: Array<String>,     helpStream: Appendable)

Construct a new CommandLineConfigurator.

Functions

Link copied to clipboard
open override fun updateConfiguration()

Using information provided during construction of the configurator, produce the entailed configuration.

Properties

Link copied to clipboard
open override val configuration: IndexedFileAnalyzerConfiguration