|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.compile.AbstractOptions
org.gradle.api.tasks.compile.DependOptions
class DependOptions extends AbstractOptions
Options to send to Ant's depend task. Depends will delete out of date class files before compiling. This is not fool-proof, but will cut down on the frequency of having to do a clean build. This may or may not be faster than a clean build.
See the Ant Reference for more information.There is an additional useCache boolean option to enable/disable caching of dependency information. It is true by default.
Property Summary | |
---|---|
String |
classpath
|
boolean |
closure
|
boolean |
dump
|
boolean |
useCache
|
boolean |
warnOnRmiStubs
|
Method Summary | |
---|---|
List
|
excludedFieldsFromOptionMap()
|
Methods inherited from class AbstractOptions | |
---|---|
addValueToMapIfNotNull, define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, isOptionField, optionMap |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
String classpath
boolean closure
boolean dump
boolean useCache
boolean warnOnRmiStubs
Method Detail |
---|
List excludedFieldsFromOptionMap()
Gradle API 1.0-milestone-8