| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.file.copy | |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| org.gradle.api.tasks.util |
Utility classes used by the standard task implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileCopyDetails
Provides details about a file or directory about to be copied, and allows some aspects of the destination file to
be modified.
|
interface |
FileVisitDetails
Provides access to details about a file or directory being visited by a
FileVisitor. |
| Modifier and Type | Method and Description |
|---|---|
CopySpec |
CopySpec.exclude(Spec<FileTreeElement> excludeSpec)
Adds an exclude spec.
|
CopySpec |
CopySpec.include(Spec<FileTreeElement> includeSpec)
Adds an include spec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileTreeElement |
class |
DefaultFileTreeElement |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RelativePathSpec.isSatisfiedBy(FileTreeElement element) |
| Modifier and Type | Method and Description |
|---|---|
PatternFilterable |
DefaultSourceDirectorySet.exclude(Spec<FileTreeElement> excludeSpec) |
PatternFilterable |
DefaultSourceDirectorySet.include(Spec<FileTreeElement> includeSpec) |
| Modifier and Type | Method and Description |
|---|---|
DefaultConfigurableFileTree |
DefaultConfigurableFileTree.exclude(Spec<FileTreeElement> excludeSpec) |
DefaultConfigurableFileTree |
DefaultConfigurableFileTree.include(Spec<FileTreeElement> includeSpec) |
| Modifier and Type | Method and Description |
|---|---|
List<Spec<FileTreeElement>> |
CopySpecImpl.getAllExcludeSpecs() |
List<Spec<FileTreeElement>> |
CopySpecImpl.getAllIncludeSpecs() |
| Modifier and Type | Method and Description |
|---|---|
CopySpec |
CopySpecImpl.exclude(Spec<FileTreeElement> excludeSpec) |
CopySpec |
CopyActionImpl.exclude(Spec<FileTreeElement> excludeSpec) |
CopySpec |
CopySpecImpl.include(Spec<FileTreeElement> includeSpec) |
CopySpec |
CopyActionImpl.include(Spec<FileTreeElement> includeSpec) |
| Modifier and Type | Method and Description |
|---|---|
SourceTask |
SourceTask.exclude(Spec<FileTreeElement> excludeSpec)
Adds an exclude spec.
|
AbstractCopyTask |
AbstractCopyTask.exclude(Spec<FileTreeElement> excludeSpec)
Adds an exclude spec.
|
SourceTask |
SourceTask.include(Spec<FileTreeElement> includeSpec)
Adds an include spec.
|
AbstractCopyTask |
AbstractCopyTask.include(Spec<FileTreeElement> includeSpec)
Adds an include spec.
|
| Modifier and Type | Method and Description |
|---|---|
Test |
Test.exclude(Spec<FileTreeElement> excludeSpec)
Adds an exclude spec.
|
Test |
Test.include(Spec<FileTreeElement> includeSpec)
Adds an include spec.
|
| Modifier and Type | Method and Description |
|---|---|
PatternFilterable |
PatternFilterable.exclude(Spec<FileTreeElement> excludeSpec)
Adds an exclude spec.
|
PatternFilterable |
PatternFilterable.include(Spec<FileTreeElement> includeSpec)
Adds an include spec.
|
Copyright © 2013. All rights reserved