object ConfigImpl
Internal implementation detail, not ABI stable, do not touch.
For use only by the org.ekrich.config
package.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigImpl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def computeCachedConfig(loader: ClassLoader, key: String, updater: Callable[Config]): Config
- def defaultReference(loader: ClassLoader): Config
- def emptyConfig(originDescription: String): Config
- def envVariablesAsConfig: Config
- def envVariablesAsConfigObject: AbstractConfigObject
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromAnyRef(object: Any, origin: ConfigOrigin, mapMode: FromMapMode): AbstractConfigValue
- def fromAnyRef(object: AnyRef, originDescription: String): ConfigValue
- def fromPathMap(pathMap: Map[String, _], originDescription: String): ConfigObject
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def improveNotResolved(what: Path, original: NotResolved): NotResolved
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newFileOrigin(filename: String): ConfigOrigin
- def newSimpleOrigin(description: String): ConfigOrigin
- def newURLOrigin(url: URL): ConfigOrigin
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseFileAnySyntax(basename: File, baseOptions: ConfigParseOptions): ConfigObject
- def parseResourcesAnySyntax(resourceBasename: String, baseOptions: ConfigParseOptions): ConfigObject
- def parseResourcesAnySyntax(klass: Class[_], resourceBasename: String, baseOptions: ConfigParseOptions): ConfigObject
- def reloadEnvVariablesConfig(): Unit
- def reloadSystemPropertiesConfig(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def systemPropertiesAsConfig: Config
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trace(indentLevel: Int, message: String): Unit
- def trace(message: String): Unit
- def traceLoadsEnabled: Boolean
- def traceSubstitutionsEnabled: Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )