Represents a binary artifact that is the result of building a jvm component.
Type | Name and description |
---|---|
File |
getClassesDir() The classes directory for this binary. |
File |
getResourcesDir() The resources directory for this binary. |
JavaPlatform |
getTargetPlatform() The target platform for this binary. |
JavaToolChain |
getToolChain() Returns the JavaToolChain that will be used to build this binary. |
void |
setClassesDir(File classesDir) Sets the classes directory for this binary. |
void |
setResourcesDir(File dir) Sets the resources directory for this binary. |
void |
setTargetPlatform(JavaPlatform platform) Sets the target platform for this binary. |
void |
setToolChain(JavaToolChain toolChain) Sets the JavaToolChain that will be used to build this binary. |
Methods inherited from class | Name |
---|---|
interface BinarySpec |
getInputs, getSources, getTasks, isBuildable |
interface BuildableComponentSpec |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask |
interface Buildable |
getBuildDependencies |
interface ComponentSpec |
getProjectPath |
interface ModelElement |
getDisplayName, getName |
interface Named |
getName |
The classes directory for this binary.
The resources directory for this binary.
The target platform for this binary.
Returns the JavaToolChain that will be used to build this binary.
Sets the classes directory for this binary.
Sets the resources directory for this binary.
Sets the target platform for this binary.
Sets the JavaToolChain that will be used to build this binary.