object ConfigFactoryWrapper
A wrapper of com.typesafe.config.ConfigFactory whose methods return scala.Either instead of throwing
exceptions
- Alphabetic
- By Inheritance
- ConfigFactoryWrapper
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def defaultApplication(): Result[Config]
- See also
com.typesafe.config.ConfigFactory.defaultApplication()
- def defaultOverrides(): Result[Config]
- See also
com.typesafe.config.ConfigFactory.defaultOverrides()
- def defaultReference(): Result[Config]
- See also
com.typesafe.config.ConfigFactory.defaultReference()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def invalidateCaches(): Result[Unit]
- See also
com.typesafe.config.ConfigFactory.invalidateCaches()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load(conf: Config): Result[Config]
- See also
com.typesafe.config.ConfigFactory.load(Config)
- def load(): Result[Config]
- See also
com.typesafe.config.ConfigFactory.load()
- def loadFile(path: Path): Result[Config]
Utility methods that parse a file and then calls
ConfigFactory.load - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parseFile(path: Path): Result[Config]
- See also
com.typesafe.config.ConfigFactory.parseFile()
- def parseFile(file: File): Result[Config]
- See also
com.typesafe.config.ConfigFactory.parseFile()
- def parseResources(resource: String, classLoader: ClassLoader = null): Result[Config]
- See also
com.typesafe.config.ConfigFactory.parseResources()
- def parseString(s: String): Result[Config]
- See also
com.typesafe.config.ConfigFactory.parseString()
- def parseURL(url: URL): Result[Config]
- See also
com.typesafe.config.ConfigFactory.parseURL()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def systemProperties(): Result[Config]
- See also
com.typesafe.config.ConfigFactory.systemProperties()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])