Class

com.typesafe.config

Config

Related Doc: package config

Permalink

case class Config(cfg: Value) extends Product with Serializable

Self Type
Config
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Config()

    Permalink
  2. new Config(cfg: Value)

    Permalink

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. val cfg: Value

    Permalink
  6. def checkValid(c: Config, paths: String*): Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def entrySet(): Set[Entry[String, ConfigValue]]

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

    Permalink
    Definition Classes
    AnyRef
  10. val fallbackStack: Queue[Value]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getBoolean(path: String): Boolean

    Permalink
  13. def getBytes(path: String): Long

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getConfig(path: String): Config

    Permalink
  16. def getDouble(path: String): Double

    Permalink
  17. def getDuration(path: String): Duration

    Permalink
  18. def getDuration(path: String, unit: TimeUnit): Long

    Permalink
  19. def getInt(path: String): Int

    Permalink
  20. def getLong(path: String): Long

    Permalink
  21. def getMillisDuration(path: String): FiniteDuration

    Permalink
  22. def getNanosDuration(path: String): FiniteDuration

    Permalink
  23. def getOrReturnNull[T](path: String)(implicit ev: Extractor[T]): T

    Permalink
  24. def getString(path: String): String

    Permalink
  25. def getStringList(path: String): List[String]

    Permalink
  26. def hasPath(path: String): Boolean

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def parseBytes(input: String, pathForException: String): Long

    Permalink

    Parses a size-in-bytes string.

    Parses a size-in-bytes string. If no units are specified in the string, it is assumed to be in bytes. The returned value is in bytes. The purpose of this function is to implement the size-in-bytes-related methods in the Config interface.

    input

    the string to parse

    pathForException

    path to include in exceptions

    returns

    size in bytes

    Exceptions thrown

    ConfigException if string is invalid

  32. def parseDurationAsNanos(input: String): Long

    Permalink
  33. def resolve(): Config

    Permalink
  34. def root(): AbstractMap[String, ConfigValue] with ConfigObject

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

    Permalink
    Definition Classes
    AnyRef
  36. def unicodeTrim(s: String): String

    Permalink
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withFallback(c: Config): Config

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped