| Package | Description |
|---|---|
| org.gradle.api.internal.file | |
| org.gradle.api.internal.file.collections | |
| org.gradle.api.internal.tasks |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionFileTree.resolve(FileCollectionResolveContext context) |
void |
UnionFileCollection.resolve(FileCollectionResolveContext context) |
void |
DefaultSourceDirectorySet.resolve(FileCollectionResolveContext context) |
abstract void |
CompositeFileCollection.resolve(FileCollectionResolveContext context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResolvableFileCollectionResolveContext |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildDependenciesOnlyFileCollectionResolveContext
A
FileCollectionResolveContext which is used to determine the builder dependencies of a file collection hierarchy. |
class |
DefaultFileCollectionResolveContext |
| Modifier and Type | Method and Description |
|---|---|
FileCollectionResolveContext |
FileCollectionResolveContext.add(Object element)
Adds the given element to be resolved.
|
FileCollectionResolveContext |
FileCollectionResolveContext.push(FileResolver fileResolver)
Adds a nested context which resolves elements using the given resolver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileTreeAdapter.resolve(FileCollectionResolveContext context) |
void |
FileCollectionContainer.resolve(FileCollectionResolveContext context)
Adds the contents of this container to the given context.
|
void |
FileCollectionAdapter.resolve(FileCollectionResolveContext context) |
void |
DefaultConfigurableFileTree.resolve(FileCollectionResolveContext context) |
void |
DefaultConfigurableFileCollection.resolve(FileCollectionResolveContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSourceSetOutput.resolve(FileCollectionResolveContext context) |
Copyright © 2013. All rights reserved