@Incubating public interface JvmBinarySpec extends BinarySpec
Named.Namer| Modifier and Type | Method 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.
|
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.
|
getDisplayName, getSource, isBuildable, sourcebuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskgetBuildDependenciesJvmBinaryTasks getTasks()
getTasks in interface BinarySpecJavaPlatform getTargetPlatform()
JavaToolChain getToolChain()
JavaToolChain that will be used to build this binary.File getClassesDir()
void setClassesDir(File classesDir)
File getResourcesDir()
void setResourcesDir(File dir)