class
Configuration
extends AnyRef
Instance Constructors
-
new
Configuration
(map: Map[String, Any])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
(key: String, defaultValue: Boolean): Boolean
-
def
apply
(key: String, defaultValue: Long): Long
-
def
apply
(key: String, defaultValue: Int): Int
-
def
apply
(key: String, defaultValue: String): String
-
def
apply
(key: String): String
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
contains
(key: String): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getAny
(key: String, defaultValue: Any): Any
-
def
getAny
(key: String): Option[Any]
-
def
getBool
(key: String, defaultValue: Boolean): Boolean
-
def
getBool
(key: String): Option[Boolean]
-
def
getBoolean
(key: String, defaultValue: Boolean): Boolean
-
def
getBoolean
(key: String): Option[Boolean]
-
def
getClass
(): java.lang.Class[_]
-
def
getDouble
(key: String, defaultValue: Double): Double
-
def
getDouble
(key: String): Option[Double]
-
def
getFloat
(key: String, defaultValue: Float): Float
-
def
getFloat
(key: String): Option[Float]
-
def
getInt
(key: String, defaultValue: Int): Int
-
def
getInt
(key: String): Option[Int]
-
def
getList
(key: String): Seq[String]
-
def
getLong
(key: String, defaultValue: Long): Long
-
def
getLong
(key: String): Option[Long]
-
def
getSection
(name: String): Option[Configuration]
-
def
getSeqAny
(key: String): Seq[Any]
-
def
getString
(key: String, defaultValue: String): String
-
def
getString
(key: String): Option[String]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
keys
: Iterable[String]
-
val
map
: Map[String, Any]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any