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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

booleanexitWhenFinished
Whether to terminate the thread when the tracking is complete.

Constructor

Method

voidtrack(File file, Object marker)
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.
voidtrack(String path, Object marker)
Track the specified file, using the provided marker, deleting the file when the marker instance is garbage collected.