@Incubating public interface JvmBinarySpec extends BinarySpec
Named.Namer| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
getDisplayName, getSource, isBuildable, sourcebuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskgetBuildDependenciesJvmBinaryTasks getTasks()
getTasks インタフェース内 BinarySpecJavaToolChain getToolChain()
JavaToolChain that will be used to build this binary.File getClassesDir()
void setClassesDir(File classesDir)
File getResourcesDir()
void setResourcesDir(File dir)