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. | 
| java.io.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. | 
| java.util.Map<LanguageSourceSet,JavaScriptSourceSet> | getGeneratedJavaScript() | |
| java.util.Map<LanguageSourceSet,ScalaLanguageSourceSet> | getGeneratedScala() | |
| java.io.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()
java.io.File getJarFile()
java.io.File getAssetsJarFile()
JvmClasses getClasses()
PublicAssets getAssets()
java.util.Map<LanguageSourceSet,ScalaLanguageSourceSet> getGeneratedScala()
java.util.Map<LanguageSourceSet,JavaScriptSourceSet> getGeneratedJavaScript()