abstract class AbstractPackagingCopyAction extends java.lang.Object
| Type | Name and description |
|---|---|
java.util.Collection<java.io.File> |
filteredFiles |
static org.slf4j.Logger |
logger |
T |
task |
java.io.File |
tempDir |
| Constructor and description |
|---|
protected AbstractPackagingCopyAction
(T task) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
addConflict(Dependency dependency) |
|
protected void |
addDependency(Dependency dependency) |
|
protected void |
addDirectory(Directory directory) |
|
protected void |
addLink(Link link) |
|
protected void |
addObsolete(Dependency dependency) |
|
protected void |
addProvides(Dependency dependency) |
|
java.lang.String |
concat(java.util.Collection<java.lang.Object> scripts) |
|
protected void |
end() |
|
void |
endVisit() |
|
org.gradle.api.tasks.WorkResult |
execute(org.gradle.api.internal.file.copy.CopyActionProcessingStream stream) |
|
java.io.File |
extractDir(org.gradle.api.internal.file.copy.FileCopyDetailsInternal fileDetails)Look at FileDetails to get a file. |
|
java.io.File |
extractFile(org.gradle.api.internal.file.copy.FileCopyDetailsInternal fileDetails)Look at FileDetails to get a file. |
|
org.gradle.api.internal.file.copy.CopySpecInternal |
extractSpec(org.gradle.api.internal.file.copy.FileCopyDetailsInternal fileDetails) |
|
void |
startVisit(org.gradle.api.internal.file.copy.CopyAction action) |
|
protected void |
visitDir(org.gradle.api.internal.file.copy.FileCopyDetailsInternal dirDetails, java.lang.Object specToLookAt) |
|
protected void |
visitFile(org.gradle.api.internal.file.copy.FileCopyDetailsInternal fileDetails, java.lang.Object specToLookAt) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Look at FileDetails to get a file. If it's filtered file, we need to write it out to the filesystem ourselves. Issue #30, FileVisitDetailsImpl won't give us file, since it filters on the fly.
Look at FileDetails to get a file. If it's filtered file, we need to write it out to the filesystem ourselves. Issue #30, FileVisitDetailsImpl won't give us file, since it filters on the fly.
Groovy Documentation