grizzled

config

package config

Classes and objects to aid in the parsing of INI-style configuration files. This package is similar, in concept, to the Python ConfigParser module (though its implementation and capabilities differ quite a bit).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. config
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class Configuration extends AnyRef

    An INI-style configuration file parser.

  2. class ConfigurationException extends Exception

    A configuration-related exception, used primarily inside Failure objects.

  3. class ConfigurationOptionException extends ConfigurationException

    A specific kind of configuration exception, tied to a specific section and option.

  4. class Section extends AnyRef

    Used as a wrapper to pass a section to callbacks.

  5. trait ValueConverter[T] extends AnyRef

    To create your own value converter, implement this trait.

Value Members

  1. object Configuration

    Companion object for the Configuration class

  2. object ConfigurationException extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped