object TypesafeConfigReader
- Alphabetic
- By Inheritance
- TypesafeConfigReader
- AnyRef
- Any
- Hide All
- Show All
- 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 boolean(env: String, path: String): Option[Boolean]
- def booleanSeq(env: String, path: String): Option[Seq[Boolean]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
config(env: String): Config
Returns a config object from env or default.
Returns a config object from env or default.
- env
env string
- returns
config
-
def
defaultConfig: Config
Returns default config object.
Returns default config object.
- returns
default config
- def double(env: String, path: String): Option[Double]
- def doubleSeq(env: String, path: String): Option[Seq[Double]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromConfigToMap(config: Config): Map[String, String]
Loads a Map object from Typesafe-config object.
Loads a Map object from Typesafe-config object.
- config
config
- returns
Map object
- def get(env: String, path: String): Option[ConfigValue]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def int(env: String, path: String): Option[Int]
- def intSeq(env: String, path: String): Option[Seq[Int]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
load(resource: String): Config
Loads a configuration file.
Loads a configuration file.
- resource
file resource
- returns
config
-
def
load(file: File): Config
Loads a configuration file.
Loads a configuration file.
- file
file
- returns
config
-
def
loadAsMap(resource: String): Map[String, String]
Loads a configuration file as Map object.
Loads a configuration file as Map object.
- resource
file resource
- returns
Map object
-
def
loadAsMapWithoutSystemProperties(resource: String): Map[String, String]
Loads config values without system properties.
Loads config values without system properties.
- resource
file resource
- returns
Map object
-
def
loadWithoutSystemProperties(resource: String): Config
Loads config values without system properties.
Loads config values without system properties.
- resource
file resource
- returns
config
- def long(env: String, path: String): Option[Long]
- def longSeq(env: String, path: String): Option[Seq[Long]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def string(env: String, path: String): Option[String]
- def stringSeq(env: String, path: String): Option[Seq[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @throws( ... ) @native()