mk.fsgrep.find
Class DirScan

java.lang.Object
  extended by mk.fsgrep.find.DirScan
All Implemented Interfaces:
java.lang.Runnable

public class DirScan
extends java.lang.Object
implements java.lang.Runnable

Examine the contents of a given directory for subdirectories and desired files.

Author:
Murali Krishnan

Field Summary
protected static java.io.FileFilter FILTER_SUBDIR
           
 
Constructor Summary
DirScan(Finder pFinder, java.io.File pDir)
           
 
Method Summary
 java.io.File getDir()
           
 Finder getFinder()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_SUBDIR

protected static final java.io.FileFilter FILTER_SUBDIR
Constructor Detail

DirScan

public DirScan(Finder pFinder,
               java.io.File pDir)
Method Detail

getFinder

public Finder getFinder()

getDir

public java.io.File getDir()

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2009. All Rights Reserved.