|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.tasks.copy.CopySpecorg.gradle.api.tasks.copy.CopyAction
interface CopyAction extends CopySpec
| Method Summary | |
|---|---|
void
|
execute()
Execute the copy |
boolean
|
getDidWork()
Checks if the copy actually copied any files. |
List
|
getLeafSyncSpecs()
|
CopySpec
|
getRootSyncSpec()
|
void
|
setCaseSensitive(boolean caseSensitive)
Set case sensitivity for comparisons. |
| Methods inherited from interface CopySpec | |
|---|---|
| exclude, filter, filter, from, from, from, from, include, into, remapTarget, rename |
| Method Detail |
|---|
public void execute()
public boolean getDidWork()
public List getLeafSyncSpecs()
public CopySpec getRootSyncSpec()
public void setCaseSensitive(boolean caseSensitive)
Groovy Documentation