Represents a binary artifact that is the result of building a play component.
Type | Name and description |
---|---|
PlayApplicationSpec |
getApplication() |
PublicAssets |
getAssets() |
File |
getAssetsJarFile() |
JvmClasses |
getClasses() |
Map<LanguageSourceSet, JavaScriptSourceSet> |
getGeneratedJavaScript() |
Map<LanguageSourceSet, ScalaLanguageSourceSet> |
getGeneratedScala() |
File |
getJarFile() |
PlayPlatform |
getTargetPlatform() |
Methods inherited from class | Name |
---|---|
interface BinarySpec |
getDisplayName, getSource, getTasks, isBuildable, source, sources, tasks |
interface BuildableModelElement |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask, getBuildDependencies |
interface Named |
getName |