com.typesafe.config

Config

trait Config extends ConfigMergeable

Linear Supertypes
ConfigMergeable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Config
  2. ConfigMergeable
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def checkValid(reference: Config, restrictToPaths: <repeated...>[String]): Unit

  2. abstract def entrySet(): Set[Entry[String, ConfigValue]]

  3. abstract def getAnyRef(path: String): AnyRef

  4. abstract def getAnyRefList(path: String): java.util.List[_]

  5. abstract def getBoolean(path: String): Boolean

  6. abstract def getBooleanList(path: String): List[Boolean]

  7. abstract def getBytes(path: String): Long

  8. abstract def getBytesList(path: String): List[Long]

  9. abstract def getConfig(path: String): Config

  10. abstract def getConfigList(path: String): java.util.List[_ <: com.typesafe.config.Config]

  11. abstract def getDouble(path: String): Double

  12. abstract def getDoubleList(path: String): List[Double]

  13. abstract def getInt(path: String): Int

  14. abstract def getIntList(path: String): List[Integer]

  15. abstract def getList(path: String): ConfigList

  16. abstract def getLong(path: String): Long

  17. abstract def getLongList(path: String): List[Long]

  18. abstract def getMilliseconds(path: String): Long

  19. abstract def getMillisecondsList(path: String): List[Long]

  20. abstract def getNanoseconds(path: String): Long

  21. abstract def getNanosecondsList(path: String): List[Long]

  22. abstract def getNumber(path: String): Number

  23. abstract def getNumberList(path: String): List[Number]

  24. abstract def getObject(path: String): ConfigObject

  25. abstract def getObjectList(path: String): java.util.List[_ <: com.typesafe.config.ConfigObject]

  26. abstract def getString(path: String): String

  27. abstract def getStringList(path: String): List[String]

  28. abstract def getValue(path: String): ConfigValue

  29. abstract def hasPath(path: String): Boolean

  30. abstract def isEmpty(): Boolean

  31. abstract def origin(): ConfigOrigin

  32. abstract def resolve(options: ConfigResolveOptions): Config

  33. abstract def resolve(): Config

  34. abstract def root(): ConfigObject

  35. abstract def withFallback(other: ConfigMergeable): Config

    Definition Classes
    ConfigConfigMergeable
  36. abstract def withOnlyPath(path: String): Config

  37. abstract def withoutPath(path: String): Config

Concrete 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 clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ConfigMergeable

Inherited from AnyRef

Inherited from Any