| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.archive | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.file.copy | |
| org.gradle.api.internal.plugins | |
| org.gradle.api.plugins.antlr |
A
Plugin for generating parsers from Antlr grammars. |
| org.gradle.api.tasks |
The standard
Task implementations. |
| org.gradle.api.tasks.bundling |
The archive bundling
Task implementations. |
| org.gradle.api.tasks.compile |
The compilation
Task implementations. |
| org.gradle.api.tasks.javadoc |
The documentation generation
Task implementations. |
| org.gradle.api.tasks.scala |
Scala
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 |
ConfigurableFileTree
A
FileTree with a single base directory, which can be configured and modified. |
interface |
CopySpec
A set of specifications for copying files.
|
interface |
SourceDirectorySet
A
SourceDirectorySet represents a set of source files composed from a set of source directories, along
with associated include and exclude patterns. |
| Modifier and Type | Method and Description |
|---|---|
PatternFilterable |
SourceDirectorySet.getFilter()
Returns the filter used to select the source from the source directories.
|
| Modifier and Type | Method and Description |
|---|---|
FileTree |
FileTree.matching(PatternFilterable patterns)
Restricts the contents of this tree to those files matching the given filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceDirectorySet |
| Modifier and Type | Method and Description |
|---|---|
PatternFilterable |
DefaultSourceDirectorySet.exclude(Closure excludeSpec) |
PatternFilterable |
DefaultSourceDirectorySet.exclude(Iterable<String> excludes) |
PatternFilterable |
DefaultSourceDirectorySet.exclude(Spec<FileTreeElement> excludeSpec) |
PatternFilterable |
DefaultSourceDirectorySet.exclude(String... excludes) |
PatternFilterable |
DefaultSourceDirectorySet.getFilter() |
PatternFilterable |
DefaultSourceDirectorySet.include(Closure includeSpec) |
PatternFilterable |
DefaultSourceDirectorySet.include(Iterable<String> includes) |
PatternFilterable |
DefaultSourceDirectorySet.include(Spec<FileTreeElement> includeSpec) |
PatternFilterable |
DefaultSourceDirectorySet.include(String... includes) |
PatternFilterable |
DefaultSourceDirectorySet.setExcludes(Iterable<String> excludes) |
PatternFilterable |
DefaultSourceDirectorySet.setIncludes(Iterable<String> includes) |
| Modifier and Type | Method and Description |
|---|---|
FileTree |
CompositeFileTree.matching(PatternFilterable patterns) |
FileTree |
AbstractFileTree.matching(PatternFilterable patterns) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TarCopyAction |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConfigurableFileTree |
| Modifier and Type | Method and Description |
|---|---|
MinimalFileTree |
PatternFilterableFileTree.filter(PatternFilterable patterns) |
DirectoryFileTree |
DirectoryFileTree.filter(PatternFilterable patterns) |
FileTree |
FileTreeAdapter.matching(PatternFilterable patterns) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchiveCopyAction |
interface |
CopyAction |
interface |
FileCopyAction |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyActionImpl |
class |
CopySpecImpl |
class |
FileCopyActionImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessResources |
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrTask
Generates parsers from Antlr grammars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCopyTask
AbstractCopyTask is the base class for all copy tasks. |
class |
Copy
Copies files into a destination directory.
|
class |
SourceTask
A
SourceTask performs some operation on source files. |
class |
Sync
Synchronises the contents of a destination directory with some source directories and files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchiveTask
AbstractArchiveTask is the base class for all archive tasks. |
class |
Tar
Assembles a TAR archive.
|
class |
Zip
Assembles a ZIP archive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompile
The base class for all JVM-based language compilation tasks.
|
class |
Compile
Compiles Java source files.
|
class |
GroovyCompile
Compiles Groovy source files, and optionally, Java source files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Groovydoc
Generates HTML API documentation for Groovy source, and optionally, Java source.
|
class |
Javadoc
Generates HTML API documentation for Java classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalaCompile
Compiles Scala source files, and optionally, Java source files.
|
class |
ScalaDoc
Generates HTML API documentation for Scala source files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Test
Executes tests.
|
| Modifier and Type | Method and Description |
|---|---|
PatternFilterable |
PatternFilterable.exclude(Closure excludeSpec)
Adds an exclude spec.
|
PatternFilterable |
PatternFilterable.exclude(Iterable<String> excludes)
Adds an ANT style exclude pattern.
|
PatternFilterable |
PatternFilterable.exclude(Spec<FileTreeElement> excludeSpec)
Adds an exclude spec.
|
PatternFilterable |
PatternFilterable.exclude(String... excludes)
Adds an ANT style exclude pattern.
|
PatternFilterable |
PatternFilterable.include(Closure includeSpec)
Adds an include spec.
|
PatternFilterable |
PatternFilterable.include(Iterable<String> includes)
Adds an ANT style include pattern.
|
PatternFilterable |
PatternFilterable.include(Spec<FileTreeElement> includeSpec)
Adds an include spec.
|
PatternFilterable |
PatternFilterable.include(String... includes)
Adds an ANT style include pattern.
|
PatternFilterable |
PatternFilterable.setExcludes(Iterable<String> excludes)
Set the allowable exclude patterns.
|
PatternFilterable |
PatternFilterable.setIncludes(Iterable<String> includes)
Set the allowable include patterns.
|
Copyright © 2013. All rights reserved