play

Configuration

Related Doc: package play

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def asMap(): Map[String, AnyRef]

  6. def clone(): AnyRef

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

  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. def getBoolean(key: String, defaultBoolean: Boolean): Boolean

  12. def getBoolean(key: String): Boolean

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

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

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

  16. def getBytes(key: String): Long

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

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

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

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

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

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

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

  24. def getDouble(key: String): Double

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

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

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

  28. def getInt(key: String): Integer

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

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

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

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

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

  34. def getLong(key: String): Long

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

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

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

  38. def getMilliseconds(key: String): Long

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

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

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

  42. def getNanoseconds(key: String): Long

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

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

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

  46. def getNumber(key: String): Number

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

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

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

  50. def getObject(key: String): AnyRef

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

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

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

  54. def getString(key: String): String

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

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

  57. def getWrappedConfiguration(): api.Configuration

  58. def hashCode(): Int

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

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

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

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

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

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

  65. def subKeys(): Set[String]

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

    Definition Classes
    AnyRef
  67. def toString(): String

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

  69. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped