|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.internal.tasks.copy.CopyActionImpl
class CopyActionImpl
Constructor Summary | |
CopyActionImpl(FileResolver resolver)
|
|
CopyActionImpl(FileResolver resolver, FileVisitor testVisitor, DirectoryWalker testWalker)
|
Method Summary | |
---|---|
void
|
configureRootSpec()
|
CopySpec
|
exclude(java.lang.String excludes)
|
void
|
execute()
|
CopySpec
|
filter(Map map, java.lang.Class filterType)
|
CopySpec
|
filter(java.lang.Class filterType)
|
CopySpec
|
from(java.lang.Object sourcePaths)
|
CopySpec
|
from(java.lang.Object sourcePath, Closure c)
|
CopySpec
|
from(java.lang.Iterable sourcePaths)
|
CopySpec
|
from(java.lang.Iterable sourcePaths, Closure c)
|
File
|
getDestinationDir()
|
boolean
|
getDidWork()
|
List
|
getLeafSyncSpecs()
|
CopySpec
|
getRootSyncSpec()
|
List
|
getSrcDirs()
|
static void
|
globalExclude(java.lang.String excludes)
Set the exclude patterns used by all Copy tasks. |
CopySpec
|
include(java.lang.String includes)
|
CopySpec
|
into(java.lang.Object destDir)
|
CopySpec
|
remapTarget(Closure closure)
|
CopySpec
|
rename(java.lang.String sourceRegEx, java.lang.String replaceWith)
|
void
|
setCaseSensitive(boolean caseSensitive)
|
void
|
setDestinationDir(File destinationDir)
|
void
|
setSrcDirs(List srcDirs)
|
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public CopyActionImpl(FileResolver resolver)
public CopyActionImpl(FileResolver resolver, FileVisitor testVisitor, DirectoryWalker testWalker)
Method Detail |
---|
public void configureRootSpec()
public CopySpec exclude(java.lang.String excludes)
public void execute()
public CopySpec filter(Map map, java.lang.Class filterType)
public CopySpec filter(java.lang.Class filterType)
public CopySpec from(java.lang.Object sourcePaths)
public CopySpec from(java.lang.Object sourcePath, Closure c)
public CopySpec from(java.lang.Iterable sourcePaths)
public CopySpec from(java.lang.Iterable sourcePaths, Closure c)
public File getDestinationDir()
public boolean getDidWork()
public List getLeafSyncSpecs()
public CopySpec getRootSyncSpec()
public List getSrcDirs()
public static void globalExclude(java.lang.String excludes)
Copy.globalExclude( '**\\.svn\\' )Note that there are no global excludes by default.
public CopySpec include(java.lang.String includes)
public CopySpec into(java.lang.Object destDir)
public CopySpec remapTarget(Closure closure)
public CopySpec rename(java.lang.String sourceRegEx, java.lang.String replaceWith)
public void setCaseSensitive(boolean caseSensitive)
public void setDestinationDir(File destinationDir)
public void setSrcDirs(List srcDirs)
Groovy Documentation