Type | Name and description |
---|---|
java.util.List<java.lang.String> |
additionalParameters |
DexOptionsImpl |
dexOptions |
boolean |
enableIncremental |
java.util.Collection<java.io.File> |
inputFiles |
java.util.Collection<java.io.File> |
libraries |
java.io.File |
outputFolder |
Type | Name and description |
---|---|
void |
taskAction(IncrementalTaskInputs inputs) Actual entry point for the action. |
Actual entry point for the action. Calls out to the doTaskAction as needed.