| Package | Description |
|---|---|
| org.gradle.api |
Start Here: Gradle's
Project API, which is available from your build 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.project | |
| org.gradle.api.internal.tasks.compile | |
| org.gradle.api.internal.tasks.compile.daemon | |
| org.gradle.api.internal.tasks.compile.jdk6 | |
| org.gradle.api.internal.tasks.scala | |
| org.gradle.plugins.cpp.compiler.internal |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
Script.copy(Closure closure)
Copy the specified files.
|
WorkResult |
Project.copy(Closure closure)
Copies the specified files.
|
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
FileOperations.copy(Closure closure) |
WorkResult |
DefaultFileOperations.copy(Closure closure) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TarCopyAction |
| Modifier and Type | Class and Description |
|---|---|
class |
TarCopySpecVisitor |
class |
ZipCopySpecVisitor |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
DefaultConfigurableFileTree.copy(Closure closure) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchiveCopyAction |
interface |
CopyAction |
interface |
CopySpecVisitor |
interface |
FileCopyAction |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyActionImpl |
class |
DelegatingCopySpecVisitor |
class |
EmptyCopySpecVisitor |
class |
FileCopyActionImpl |
class |
FileCopySpecVisitor |
class |
MappingCopySpecVisitor |
class |
NormalizingCopySpecVisitor
A
CopySpecVisitor which cleans up the tree as it is visited. |
class |
SyncCopySpecVisitor |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
AbstractProject.copy(Closure closure) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleWorkResult |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
NormalizingGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
WorkResult |
DelegatingGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
WorkResult |
ApiGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
WorkResult |
SunJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
NormalizingJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
DelegatingJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
CommandLineJavaCompiler.execute(JavaCompileSpec spec) |
WorkResult |
IncrementalJavaCompilerSupport.execute(T spec) |
WorkResult |
Compiler.execute(T spec) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompileResult |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
DaemonGroovyCompiler.execute(GroovyJavaJointCompileSpec spec) |
WorkResult |
DaemonJavaCompiler.execute(JavaCompileSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
Jdk6JavaCompiler.execute(JavaCompileSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
DefaultScalaJavaJointCompiler.execute(ScalaJavaJointCompileSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
WorkResult |
CommandLineCppCompiler.execute(T spec) |
Copyright © 2013. All rights reserved