org.sisioh.config

Configuration

trait Configuration extends ConfigurationMergeable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Configuration
  2. ConfigurationMergeable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def ++(other: Configuration): Configuration

  2. abstract val core: Config

    Definition Classes
    ConfigurationConfigurationMergeable
  3. abstract def entrySet: Set[(String, ConfigValue)]

  4. abstract def getBooleanValue(key: String): Option[Boolean]

  5. abstract def getBooleanValues(key: String): Option[Seq[Boolean]]

  6. abstract def getByteValue(key: String): Option[Long]

  7. abstract def getByteValues(key: String): Option[Seq[Long]]

  8. abstract def getConfiguration(key: String): Option[Configuration]

  9. abstract def getConfigurationObject(key: String): Option[ConfigurationObject]

  10. abstract def getConfigurationObjects(key: String): Option[Seq[ConfigurationObject]]

  11. abstract def getConfigurationValue(key: String): Option[ConfigurationValue]

  12. abstract def getConfigurationValues(key: String): Option[Seq[ConfigurationValue]]

  13. abstract def getConfigurations(key: String): Option[Seq[Configuration]]

  14. abstract def getDoubleValue(key: String): Option[Double]

  15. abstract def getDoubleValues(key: String): Option[Seq[Double]]

  16. abstract def getIntValue(key: String): Option[Int]

  17. abstract def getIntValues(key: String): Option[Seq[Int]]

  18. abstract def getLongValue(key: String): Option[Long]

  19. abstract def getLongValues(key: String): Option[Seq[Long]]

  20. abstract def getMillisecondValue(key: String): Option[Long]

  21. abstract def getMillisecondValues(key: String): Option[Seq[Long]]

  22. abstract def getNanosecondValue(key: String): Option[Long]

  23. abstract def getNanosecondValues(key: String): Option[Seq[Long]]

  24. abstract def getNumberValue(key: String): Option[Number]

  25. abstract def getNumberValues(key: String): Option[Seq[Number]]

  26. abstract def getStringValue(key: String, validValues: Option[Set[String]] = None): Option[String]

  27. abstract def getStringValues(key: String): Option[Seq[String]]

  28. abstract def keys: Set[String]

  29. abstract def root: ConfigurationObject

  30. abstract def subKeys: Set[String]

  31. abstract def withFallback(other: ConfigurationMergeable): ConfigurationMergeable

    Definition Classes
    ConfigurationMergeable

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigurationMergeable

Inherited from AnyRef

Inherited from Any

Ungrouped