Groovy Documentation

Package org.gradle.api.file

Classes for working with files.

 

Interface Summary
ConfigurableFileCollection
ConfigurableFileTree
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
FileCollection
FileCopyDetails
FileTree
FileTreeElement Information about a file in a FileTree.
FileVisitDetails Provides access to details about a file or directory being visited by a FileVisitor.
FileVisitor
SourceDirectorySet
 


Class Summary
EmptyFileVisitor The EmptyFileVisitor can be extends by implementations that only require to implement one of the 2 visit methods (dir or file).
RelativePath
 


Enum Summary
FileCollection.AntType Ant types which a FileCollection can be mapped to.
 


Groovy Documentation