o

org.ekrich.config.impl

ConfigImpl

object ConfigImpl

Internal implementation detail, not ABI stable, do not touch. For use only by the org.ekrich.config package.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigImpl
  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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def computeCachedConfig(loader: ClassLoader, key: String, updater: Callable[Config]): Config
  7. def defaultReference(loader: ClassLoader): Config
  8. def emptyConfig(originDescription: String): Config
  9. def envVariablesAsConfig: Config
  10. def envVariablesAsConfigObject: AbstractConfigObject
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromAnyRef(object: Any, origin: ConfigOrigin, mapMode: FromMapMode): AbstractConfigValue
  15. def fromAnyRef(object: AnyRef, originDescription: String): ConfigValue
  16. def fromPathMap(pathMap: Map[String, _], originDescription: String): ConfigObject
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def improveNotResolved(what: Path, original: NotResolved): NotResolved
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def newFileOrigin(filename: String): ConfigOrigin
  23. def newSimpleOrigin(description: String): ConfigOrigin
  24. def newURLOrigin(url: URL): ConfigOrigin
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def parseFileAnySyntax(basename: File, baseOptions: ConfigParseOptions): ConfigObject
  28. def parseResourcesAnySyntax(resourceBasename: String, baseOptions: ConfigParseOptions): ConfigObject
  29. def parseResourcesAnySyntax(klass: Class[_], resourceBasename: String, baseOptions: ConfigParseOptions): ConfigObject
  30. def reloadEnvVariablesConfig(): Unit
  31. def reloadSystemPropertiesConfig(): Unit
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def systemPropertiesAsConfig: Config
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def trace(indentLevel: Int, message: String): Unit
  36. def trace(message: String): Unit
  37. def traceLoadsEnabled: Boolean
  38. def traceSubstitutionsEnabled: Boolean
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped