play

Configuration

class Configuration extends AnyRef

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

Instance Constructors

  1. new Configuration(conf: api.Configuration)

  2. new Configuration(s: String)

  3. new Configuration(conf: Map[String, AnyRef])

  4. new Configuration(conf: Config)

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 asMap(): Map[String, AnyRef]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def entrySet(): Set[Entry[String, ConfigValue]]

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getBoolean(key: String, defaultBoolean: Boolean): Boolean

  14. def getBoolean(key: String): Boolean

  15. def getBooleanList(key: String, defaultList: List[Boolean]): List[Boolean]

  16. def getBooleanList(key: String): List[Boolean]

  17. def getBytes(key: String, defaultBytes: Long): Long

  18. def getBytes(key: String): Long

  19. def getBytesList(key: String, defaultList: List[Long]): List[Long]

  20. def getBytesList(key: String): List[Long]

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getConfig(key: String): Configuration

  23. def getConfigList(key: String, defaultList: List[Configuration]): List[Configuration]

  24. def getConfigList(key: String): List[Configuration]

  25. def getDouble(key: String, defaultDouble: Double): Double

  26. def getDouble(key: String): Double

  27. def getDoubleList(key: String, defaultList: List[Double]): List[Double]

  28. def getDoubleList(key: String): List[Double]

  29. def getInt(key: String, defaultInteger: Integer): Integer

  30. def getInt(key: String): Integer

  31. def getIntList(key: String, defaultList: List[Integer]): List[Integer]

  32. def getIntList(key: String): List[Integer]

  33. def getList(key: String, defaultList: List[AnyRef]): List[AnyRef]

  34. def getList(key: String): List[AnyRef]

  35. def getLong(key: String, defaultLong: Long): Long

  36. def getLong(key: String): Long

  37. def getLongList(key: String, defaultList: List[Long]): List[Long]

  38. def getLongList(key: String): List[Long]

  39. def getMilliseconds(key: String, defaultMilliseconds: Long): Long

  40. def getMilliseconds(key: String): Long

  41. def getMillisecondsList(key: String, defaultList: List[Long]): List[Long]

  42. def getMillisecondsList(key: String): List[Long]

  43. def getNanoseconds(key: String, defaultNanoseconds: Long): Long

  44. def getNanoseconds(key: String): Long

  45. def getNanosecondsList(key: String, defaultList: List[Long]): List[Long]

  46. def getNanosecondsList(key: String): List[Long]

  47. def getNumber(key: String, defaultNumber: Number): Number

  48. def getNumber(key: String): Number

  49. def getNumberList(key: String, defaultList: List[Number]): List[Number]

  50. def getNumberList(key: String): List[Number]

  51. def getObject(key: String, defaultObject: Any): AnyRef

  52. def getObject(key: String): AnyRef

  53. def getObjectList(key: String, defaultList: List[Map[String, AnyRef]]): List[Map[String, AnyRef]]

  54. def getObjectList(key: String): List[Map[String, AnyRef]]

  55. def getString(key: String, defaultString: String): String

  56. def getString(key: String): String

  57. def getStringList(key: String, defaultList: List[String]): List[String]

  58. def getStringList(key: String): List[String]

  59. def getWrappedConfiguration(): api.Configuration

  60. def hashCode(): Int

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

    Definition Classes
    Any
  62. def keys(): Set[String]

  63. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  66. def reportError(key: String, message: String, e: Throwable): RuntimeException

  67. def subKeys(): Set[String]

  68. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  69. def toString(): String

    Definition Classes
    AnyRef → Any
  70. def underlying(): Config

  71. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. def withFallback(fallback: Configuration): Configuration

Inherited from AnyRef

Inherited from Any

Ungrouped