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 Section extends AnyRef

    Used as a wrapper to pass a section to callbacks.

  3. trait ValueConverter[T] extends AnyRef

    To create your own value converter, implement this trait.

  4. class ConfigException extends Exception

    Base class for all configuration exceptions.

  5. class ConversionException extends ConfigException

    Annotations
    @deprecated
    Deprecated

    (Since version 1.2) No longer used, except by deprecated methods

Value Members

  1. object Configuration

    Companion object for the Configuration class

Inherited from AnyRef

Inherited from Any

Ungrouped