ApplicationBinarySpec, Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named@Incubating public interface PlayApplicationBinarySpec extends ApplicationBinarySpec
Named.Namer| Modifier and Type | Method | 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() | 
getDisplayNamegetInputs, getSources, getTasks, isBuildablegetBuildDependenciesbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskcheckedBy, getCheckTask, setCheckTaskgetProjectPathgetDisplayName, getNamePlayApplicationSpec getApplication()
getApplication in interface ApplicationBinarySpecPlayPlatform getTargetPlatform()
PlayToolChain getToolChain()
File getJarFile()
File getAssetsJarFile()
JvmClasses getClasses()
PublicAssets getAssets()
Map<LanguageSourceSet,ScalaLanguageSourceSet> getGeneratedScala()
Map<LanguageSourceSet,JavaScriptSourceSet> getGeneratedJavaScript()