Object

skinny.util

TypesafeConfigReader

Related Doc: package util

Permalink

object TypesafeConfigReader

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypesafeConfigReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def boolean(env: String, path: String): Option[Boolean]

    Permalink
  6. def booleanSeq(env: String, path: String): Option[Seq[Boolean]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def config(env: String): Config

    Permalink

    Returns a config object from env or default.

    Returns a config object from env or default.

    env

    env string

    returns

    config

  9. def defaultConfig: Config

    Permalink

    Returns default config object.

    Returns default config object.

    returns

    default config

  10. def double(env: String, path: String): Option[Double]

    Permalink
  11. def doubleSeq(env: String, path: String): Option[Seq[Double]]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fromConfigToMap(config: Config): Map[String, String]

    Permalink

    Loads a Map object from Typesafe-config object.

    Loads a Map object from Typesafe-config object.

    config

    config

    returns

    Map object

  16. def get(env: String, path: String): Option[ConfigValue]

    Permalink
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def int(env: String, path: String): Option[Int]

    Permalink
  20. def intSeq(env: String, path: String): Option[Seq[Int]]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def load(resource: String): Config

    Permalink

    Loads a configuration file.

    Loads a configuration file.

    resource

    file resource

    returns

    config

  23. def load(file: File): Config

    Permalink

    Loads a configuration file.

    Loads a configuration file.

    file

    file

    returns

    config

  24. def loadAsMap(resource: String): Map[String, String]

    Permalink

    Loads a configuration file as Map object.

    Loads a configuration file as Map object.

    resource

    file resource

    returns

    Map object

  25. def loadAsMapWithoutSystemProperties(resource: String): Map[String, String]

    Permalink

    Loads config values without system properties.

    Loads config values without system properties.

    resource

    file resource

    returns

    Map object

  26. def loadWithoutSystemProperties(resource: String): Config

    Permalink

    Loads config values without system properties.

    Loads config values without system properties.

    resource

    file resource

    returns

    config

  27. def long(env: String, path: String): Option[Long]

    Permalink
  28. def longSeq(env: String, path: String): Option[Seq[Long]]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def string(env: String, path: String): Option[String]

    Permalink
  33. def stringSeq(env: String, path: String): Option[Seq[String]]

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped