Abstract Value Members
-
-
abstract
val
core: Config
-
abstract
def
entrySet: Set[(String, ConfigValue)]
-
abstract
def
getBooleanValue(key: String): Option[Boolean]
-
abstract
def
getBooleanValues(key: String): Option[Seq[Boolean]]
-
abstract
def
getByteValue(key: String): Option[Long]
-
abstract
def
getByteValues(key: String): Option[Seq[Long]]
-
abstract
def
getConfiguration(key: String): Option[Configuration]
-
abstract
def
getConfigurationObject(key: String): Option[ConfigurationObject]
-
abstract
def
getConfigurationObjects(key: String): Option[Seq[ConfigurationObject]]
-
abstract
def
getConfigurationValue(key: String): Option[ConfigurationValue]
-
abstract
def
getConfigurationValues(key: String): Option[Seq[ConfigurationValue]]
-
abstract
def
getConfigurations(key: String): Option[Seq[Configuration]]
-
abstract
def
getDoubleValue(key: String): Option[Double]
-
abstract
def
getDoubleValues(key: String): Option[Seq[Double]]
-
abstract
def
getIntValue(key: String): Option[Int]
-
abstract
def
getIntValues(key: String): Option[Seq[Int]]
-
abstract
def
getLongValue(key: String): Option[Long]
-
abstract
def
getLongValues(key: String): Option[Seq[Long]]
-
abstract
def
getMillisecondValue(key: String): Option[Long]
-
abstract
def
getMillisecondValues(key: String): Option[Seq[Long]]
-
abstract
def
getNanosecondValue(key: String): Option[Long]
-
abstract
def
getNanosecondValues(key: String): Option[Seq[Long]]
-
abstract
def
getNumberValue(key: String): Option[Number]
-
abstract
def
getNumberValues(key: String): Option[Seq[Number]]
-
abstract
def
getStringValue(key: String, validValues: Option[Set[String]] = None): Option[String]
-
abstract
def
getStringValues(key: String): Option[Seq[String]]
-
abstract
def
keys: Set[String]
-
-
abstract
def
subKeys: Set[String]
-
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any