Packages

o

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
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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  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[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
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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 loadAsMapWithoutSystemProperties(resource: String): Map[String, String]

    Loads config values without system properties.

    Loads config values without system properties.

    resource

    file resource

    returns

    Map object

  26. def loadWithoutSystemProperties(resource: String): Config

    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]
  28. def longSeq(env: String, path: String): Option[Seq[Long]]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def string(env: String, path: String): Option[String]
  33. def stringSeq(env: String, path: String): Option[Seq[String]]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped