Package org.gradle.api.file
Interface DeleteSpec
- All Known Implementing Classes:
Delete
public interface DeleteSpec
A specification for deleting files from the filesystem.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the files to delete.Specifies whether or not symbolic links should be followed during deletion.
-
Method Details
-
delete
Specifies the files to delete.- Parameters:
files- the list of files which should be deleted. Any type of object accepted byProject.files(Object...)
-
getFollowSymlinks
Specifies whether or not symbolic links should be followed during deletion.- Since:
- 9.0
-