Interface DeleteSpec

All Known Implementing Classes:
Delete

public interface DeleteSpec
A specification for deleting files from the filesystem.
  • Method Summary

    Modifier and Type
    Method
    Description
    delete(@Nullable Object... files)
    Specifies the files to delete.
    Specifies whether or not symbolic links should be followed during deletion.