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() |
getDisplayName
getInputs, getSources, getTasks, isBuildable
getBuildDependencies
builtBy, getBuildTask, hasBuildDependencies, setBuildTask
checkedBy, getCheckTask, setCheckTask
getProjectPath
getDisplayName, getName
PlayApplicationSpec getApplication()
getApplication
in interface ApplicationBinarySpec
PlayPlatform getTargetPlatform()
PlayToolChain getToolChain()
File getJarFile()
File getAssetsJarFile()
JvmClasses getClasses()
PublicAssets getAssets()
Map<LanguageSourceSet,ScalaLanguageSourceSet> getGeneratedScala()
Map<LanguageSourceSet,JavaScriptSourceSet> getGeneratedJavaScript()