インタフェース | 説明 |
---|---|
ConfigurableFileCollection |
A
ConfigurableFileCollection is a mutable FileCollection . |
ConfigurableFileTree |
A
FileTree with a single base directory, which can be configured and modified. |
ContentFilterable |
Represents some binary resource whose content can be filtered.
|
CopyProcessingSpec |
Specifies the destination of a copy.
|
CopySourceSpec |
Specifies sources for a file copy.
|
CopySpec |
A set of specifications for copying files.
|
DeleteAction |
Deletes files and directories.
|
DirectoryTree |
A directory with some associated include and exclude patterns.
|
FileCollection |
A
FileCollection represents a collection of files which you can query in certain ways. |
FileCopyDetails |
Provides details about a file or directory about to be copied, and allows some aspects of the destination file to
be modified.
|
FileTree |
A
FileTree represents a hierarchy of files. |
FileTreeElement |
Information about a file in a
FileTree . |
FileVisitDetails |
Provides access to details about a file or directory being visited by a
FileVisitor . |
FileVisitor |
A
FileVisitor is used to visit each of the files in a FileTree . |
SourceDirectorySet |
A
SourceDirectorySet represents a set of source files composed from a set of source directories, along
with associated include and exclude patterns. |
クラス | 説明 |
---|---|
EmptyFileVisitor |
The EmptyFileVisitor can be extends by implementations that only require to implement one of the 2 visit methods
(dir or file).
|
RelativePath |
Represents a relative path from some base directory to a file.
|
列挙型 | 説明 |
---|---|
DuplicatesStrategy |
Strategies for dealing with the potential creation of duplicate files for or archive entries.
|
FileCollection.AntType |
Ant types which a
FileCollection can be mapped to. |
例外 | 説明 |
---|---|
DuplicateFileCopyingException |
Thrown when more than one file with the same relative path name is to be copied
and the
DuplicatesStrategy is set to DuplicatesStrategy.FAIL |
UnableToDeleteFileException |
Thrown by Gradle when it is unable to delete a file.
|