mk.fsgrep.find
Class SubsetFinder

java.lang.Object
  extended by mk.fsgrep.find.Finder
      extended by mk.fsgrep.find.SubsetFinder

public class SubsetFinder
extends Finder

A specialization of finder that is created with the set of files. The files know which lines will be read.

Author:
Murali Krishnan

Constructor Summary
SubsetFinder(java.util.Collection<TargetFile> files)
           
 
Method Summary
 void scan()
           
 
Methods inherited from class mk.fsgrep.find.Finder
addFiles, addSubDirs, getFileCount, getFileList, getFilter, getModel, getProfile, getRemaining, getReportOutput, getRoot, getStatusOutput, reset, setFileCount, setProfile, toProfileString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubsetFinder

public SubsetFinder(java.util.Collection<TargetFile> files)
Method Detail

scan

public void scan()
Overrides:
scan in class Finder


Copyright © 2009. All Rights Reserved.