@Incubating public interface PlayApplicationBinarySpec extends ApplicationBinarySpec
Named.Namer| Modifier and Type | Method and Description | 
|---|---|
| PlayApplicationSpec | getApplication()The application that this binary belongs to. | 
| PublicAssets | getAssets()A buildable object representing the public assets that will be included in the assets jar file. | 
| File | getAssetsJarFile()The assets jar file produced for this binary. | 
| JvmClasses | getClasses()A buildable object representing the class files and resources that will be included in the application jar file. | 
| Map<LanguageSourceSet,JavaScriptSourceSet> | getGeneratedJavaScript() | 
| Map<LanguageSourceSet,ScalaLanguageSourceSet> | getGeneratedScala() | 
| File | getJarFile()The application jar file produced for this binary. | 
| PlayPlatform | getTargetPlatform()The PlayPlatform this binary is built for. | 
| PlayToolChain | getToolChain() | 
getInputs, getSources, getTasks, isBuildablebuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskgetBuildDependenciescheckedBy, getCheckTask, setCheckTaskgetProjectPathgetDisplayName, getNamegetDisplayNamePlayApplicationSpec getApplication()
getApplication in interface ApplicationBinarySpecPlayPlatform getTargetPlatform()
PlayToolChain getToolChain()
File getJarFile()
File getAssetsJarFile()
JvmClasses getClasses()
PublicAssets getAssets()
Map<LanguageSourceSet,ScalaLanguageSourceSet> getGeneratedScala()
Map<LanguageSourceSet,JavaScriptSourceSet> getGeneratedJavaScript()