Package org. availlang. persistence. tools. fileanalyzer. configuration
Types
Link copied to clipboard
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.
Link copied to clipboard
A Configuration encapsulates the configurable parameters of a software component.
Link copied to clipboard
A ConfigurationException is thrown when a configurator fails to functionType a configuration for any reason.
Link copied to clipboard
A Configurator produces a configuration tuple information provided during construction of a concrete implementation.
Link copied to clipboard
An IndexedFileAnalyzerConfiguration instructs an IndexedFileAnalyzer on the analysis of an IndexedFile.