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: 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. final def asInstanceOf[T0]: T0

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

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

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. 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

  11. def defaultConfig: Config

    Returns default config object.

    Returns default config object.

    returns

    default config

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. 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

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

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

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

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

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

  23. final def isInstanceOf[T0]: Boolean

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

    Loads a configuration file.

    Loads a configuration file.

    resource

    file resource

    returns

    config

  25. def load(file: File): Config

    Loads a configuration file.

    Loads a configuration file.

    file

    file

    returns

    config

  26. 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

  27. 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

  28. def loadWithoutSystemProperties(resource: String): Config

    Loads config values without system properties.

    Loads config values without system properties.

    resource

    file resource

    returns

    config

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped