- Direct Known Subclasses:
- ArchiveOldFiles
public abstract class OldFileFinder
extends java.lang.Object
Abstract class for finding files older than specified number of days. The
implementing class overrides the handleFile(File) method to actually do
something with the file.
- Author:
- SkiBu Smith