Interface PlayPlatform

All Superinterfaces:
Named, Platform

@Incubating public interface PlayPlatform extends Platform
Defines and configures a Play Framework environment including versions of Play, Scala and Java.
  • Method Details

    • getPlayVersion

      String getPlayVersion()
      Version of Play Framework to use
      Returns:
      version of the Play Framework
    • getScalaPlatform

      ScalaPlatform getScalaPlatform()
      Version of Scala Runtime to use.
      Returns:
      version of the Scala runtime
    • getJavaPlatform

      JavaPlatform getJavaPlatform()
      Version of Java Runtime to use.
      Returns:
      version of the Java runtime