skinny.util

TypesafeConfigReader

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

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

  7. def clone(): AnyRef

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

    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

    Returns default config object.

    Returns default config object.

    returns

    default config

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

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

  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( classOf[java.lang.Throwable] )
  15. def fromConfigToMap(config: Config): Map[String, String]

    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]

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

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

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

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

  21. final def isInstanceOf[T0]: Boolean

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

    Loads a configuration file.

    Loads a configuration file.

    resource

    file resource

    returns

    config

  23. def load(file: File): Config

    Loads a configuration file.

    Loads a configuration file.

    file

    file

    returns

    config

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

    Loads a configuration file as Map object.

    Loads a configuration file as Map object.

    resource

    file resource

    returns

    Map object

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped