org.streum.configrity

Configuration

object Configuration extends Serializable

Configuration companion object

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(entries: (String, Any)*): Configuration

    Creates a configuration from tuples of key,value

  7. def apply(data: Map[String, String]): Configuration

    Creates a configuration with the given data and no prefix

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val defaultFormat: io.BlockFormat.type

    By default, all conversions are done with BlockFormat

  11. def environment: Configuration

    Returns the environement variables as a Configuration

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def load(fileName: String, fmt: ImportFormat)(implicit codec: Codec): Configuration

    Load a configuration from a file specified by a filename and using a given format.

  19. def load(fileName: String)(implicit codec: Codec): Configuration

    Load a configuration from a file specified by a filename.

  20. def load(source: Source, fmt: ImportFormat = defaultFormat): Configuration

    Load a configuration from a scala.

    Load a configuration from a scala.io.Source. An optional format can be passed.

  21. def loadResource(fileName: String, fmt: ImportFormat = defaultFormat): Configuration

    Load a configuration as a resource from the classpath.

    Load a configuration as a resource from the classpath. An optional format can be passed.

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def parse(s: String, fmt: ImportFormat = defaultFormat): Configuration

    Instanciates a configuration file from a string using eventually a specified format.

    Instanciates a configuration file from a string using eventually a specified format. By default, the FlatFormat will be used.

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def systemProperties: Configuration

    Returns the system properties as a Configuration

  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped