futils
Class RemoveDuplicateLineProcessor

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

public class RemoveDuplicateLineProcessor
extends java.lang.Object
implements LineProcessor


Constructor Summary
RemoveDuplicateLineProcessor()
           
 
Method Summary
 java.lang.String[] getLines()
           
 boolean isStopped()
           
 void process(java.lang.String l)
           
 void setStopped(boolean b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveDuplicateLineProcessor

public RemoveDuplicateLineProcessor()
Method Detail

process

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

setStopped

public void setStopped(boolean b)

isStopped

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

getLines

public java.lang.String[] getLines()