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 getConfigList(path: String): List[Config]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  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 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

  33. def parseDurationAsNanos(input: String): Long

    Permalink
  34. def resolve(): Config

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

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

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

    Permalink
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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