Java org.apache.commons.io FileDeleteStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io FileDeleteStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io FileDeleteStrategy.

The text is from its open source code.

Subclass

org.apache.commons.io.FileDeleteStrategy has subclasses.
Click this link to see all its subclasses.

Field

FileDeleteStrategyNORMAL
The singleton instance for normal file deletion, which does not permit the deletion of directories that are not empty.
FileDeleteStrategyFORCE
The singleton instance for forced file deletion, which always deletes, even if the file represents a non-empty directory.

Method

booleandeleteQuietly(File fileToDelete)
Deletes the file object, which may be a file or a directory.