Interface PlayApplicationBinarySpec

    • Method Detail

      • getTargetPlatform

        PlayPlatform getTargetPlatform()
        The PlayPlatform this binary is built for.
        Returns:
        platform for this binary
      • getJarFile

        File getJarFile()
        The application jar file produced for this binary.
        Returns:
        the application jar file
      • getAssetsJarFile

        File getAssetsJarFile()
        The assets jar file produced for this binary.
        Returns:
        the assets jar file
      • getClasses

        JvmClasses getClasses()
        A buildable object representing the class files and resources that will be included in the application jar file.
        Returns:
        the JvmClasses for this binary
      • getAssets

        PublicAssets getAssets()
        A buildable object representing the public assets that will be included in the assets jar file.
        Returns:
        the PublicAssets for this binary