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. class CannotParseException extends Exception

    The exception thrown in case something goes wrong in Configuration

  3. trait Configuration extends AnyRef

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

  4. abstract class ConfigurationException extends Exception

    The exception thrown in case something goes wrong in Configuration

  5. class Help extends Annotation with Annotation with ClassfileAnnotation

  6. class NoParameterException extends ConfigurationException

    The exception thrown for a missing property in Configuration

  7. class UnusedOptionsException[T] extends ConfigurationException

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