Definition of a Jar file binary that is to be built by Gradle.
Type | Name and description |
---|---|
File |
getJarFile() The jar file output for this binary. |
JvmLibrarySpec |
getLibrary() The ProjectJvmLibrary that this binary belongs to. |
void |
setJarFile(File jarFile) Sets the jar file output for this binary. |
Methods inherited from class | Name |
---|---|
interface JvmBinarySpec |
getClassesDir, getResourcesDir, getTargetPlatform, getTasks, getToolChain, setClassesDir, setResourcesDir |
interface BinarySpec |
getDisplayName, getSource, getTasks, isBuildable, source |
interface BuildableModelElement |
builtBy, setBuildTask, hasBuildDependencies, getBuildTask, getBuildDependencies |
interface Named |
getName |
The jar file output for this binary.
The ProjectJvmLibrary that this binary belongs to.
Sets the jar file output for this binary.