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. |
JvmBinaryTasks |
getTasks() The set of tasks associated with 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. |
Methods inherited from class | Name |
---|---|
interface BinarySpec |
getDisplayName, getSource, getTasks, isBuildable, source |
The classes directory for this binary.
The resources directory for this binary.
The set of tasks associated with 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.