Interface FileSystemOperationsAware

All Known Implementing Classes:
LoggedExec, StandaloneRestIntegTestTask

public interface FileSystemOperationsAware
An interface for tasks that support basic file operations. Methods will be added as needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.tasks.WorkResult
    delete(Object... objects)
     
  • Method Details

    • delete

      org.gradle.api.tasks.WorkResult delete(Object... objects)