futils
Class SearchLineProcessor

java.lang.Object
  extended by futils.SearchLineProcessor
All Implemented Interfaces:
LineProcessor, Stoppable

public class SearchLineProcessor
extends java.lang.Object
implements LineProcessor


Constructor Summary
SearchLineProcessor(java.lang.String searchString)
           
 
Method Summary
 boolean isStopped()
           
 void process(java.lang.String l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchLineProcessor

public SearchLineProcessor(java.lang.String searchString)
Method Detail

process

public void process(java.lang.String l)
Specified by:
process in interface LineProcessor

isStopped

public boolean isStopped()
Specified by:
isStopped in interface Stoppable