object
PlayScala extends AutoPlugin
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
&&(o: Basic): Plugins
-
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
buildSettings: Seq[sbt.Def.Setting[_]]
-
def
clone(): AnyRef
-
def
empty: Plugins
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
globalSettings: Seq[sbt.Def.Setting[_]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
label: String
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
projectConfigurations: Seq[Configuration]
-
def
projectSettings: Seq[sbt.Def.Setting[_]]
-
def
requires: Play.type
-
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 Basic
Inherited from Plugins
The main plugin for Play Scala projects. To use this the plugin must be made available to your project via sbt's enablePlugins mechanism e.g.: