Package org.availlang.persistence.tools.fileanalyzer.configuration

Types

Link copied to clipboard
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.

Link copied to clipboard
interface Configuration

A Configuration encapsulates the configurable parameters of a software component.

Link copied to clipboard
class ConfigurationException : Exception

A ConfigurationException is thrown when a configurator fails to functionType a configuration for any reason.

Link copied to clipboard
interface Configurator<ConfigurationType : Configuration>

A Configurator produces a configuration tuple information provided during construction of a concrete implementation.

Link copied to clipboard
class IndexedFileAnalyzerConfiguration : Configuration

An IndexedFileAnalyzerConfiguration instructs an IndexedFileAnalyzer on the analysis of an IndexedFile.