breeze

config

package config

Visibility
  1. Public
  2. All

Type Members

  1. trait ArgumentParser[T] extends AnyRef

    ArgumentParsers are used by Configuration objects to process special arguments.

  2. trait Configuration extends AnyRef

    Configuration provides a way to read in parameters from an underlying representation, usually a properties file.

  3. class ConfigurationException extends Exception

    The exception thrown in case something goes wrong in Configuration

  4. class Help extends Annotation with Annotation with ClassfileAnnotation

  5. class NoParameterException extends ConfigurationException

    The exception thrown for a missing property in Configuration

Value Members

  1. object ArgumentParser

  2. object CommandLineParser

    Simple CommandLine Parser that turns options into Configurations

  3. object Configuration

  4. object GenerateHelp

    Generates a Help message from a case class.

Ungrouped