Uses of Class
mk.fsgrep.util.ResultCounter

Packages that use ResultCounter
mk.fsgrep The principle classes. 
mk.fsgrep.find Classes related to the 'find' functionality, or traversing the directory heirarchy for the desired files. 
mk.fsgrep.match Classes related to the 'grep' functionality, or applying the pattern to a file. 
mk.fsgrep.util General utility classes. 
 

Uses of ResultCounter in mk.fsgrep
 

Methods in mk.fsgrep that return ResultCounter
 ResultCounter Fsgrep.getFinishedCounter()
           
 ResultCounter Fsgrep.getMatchCounter()
           
 ResultCounter Fsgrep.getRemainingCounter()
           
 

Methods in mk.fsgrep with parameters of type ResultCounter
 void Fsgrep.setFinishedCounter(ResultCounter val)
           
 void Fsgrep.setMatchCounter(ResultCounter val)
           
 void Fsgrep.setRemainingCounter(ResultCounter val)
           
 

Uses of ResultCounter in mk.fsgrep.find
 

Methods in mk.fsgrep.find that return ResultCounter
 ResultCounter Finder.getFileCount()
           
 

Methods in mk.fsgrep.find with parameters of type ResultCounter
 void Finder.setFileCount(ResultCounter val)
           
 

Uses of ResultCounter in mk.fsgrep.match
 

Methods in mk.fsgrep.match that return ResultCounter
 ResultCounter ReplaceControl.getReplaceCount()
           
 

Methods in mk.fsgrep.match with parameters of type ResultCounter
 void ReplaceControl.setReplaceCount(ResultCounter val)
           
 

Uses of ResultCounter in mk.fsgrep.util
 

Subclasses of ResultCounter in mk.fsgrep.util
 class FieldCounter
           
 



Copyright © 2009. All Rights Reserved.