public interface TaskDestroyables
Task
destroys (removes).Modifier and Type | Method | Description |
---|---|---|
void |
register(Object... paths) |
Registers files or directories that this task destroys.
|
void register(Object... paths)
paths
- The files or directories that will be destroyed. The given paths are evaluated as per Project.files(Object...)
.