| Package | Description |
|---|---|
| org.gradle.api.file |
Classes for working with files.
|
| org.gradle.api.internal.file |
| Modifier and Type | Method and Description |
|---|---|
static FileCollection.AntType |
FileCollection.AntType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileCollection.AntType[] |
FileCollection.AntType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileCollection.addToAntBuilder(Object builder,
String nodeName,
FileCollection.AntType type)
Adds this collection to an Ant task as a nested node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFileCollection.addToAntBuilder(Object builder,
String nodeName,
FileCollection.AntType type) |
Copyright © 2013. All rights reserved