futils
Interface LineProcessor

All Superinterfaces:
Stoppable
All Known Implementing Classes:
DelimiterProcessor, LineReader, PrintProcessor, RemoveDuplicateLineProcessor, SearchLineProcessor, TenKProcessor

public interface LineProcessor
extends Stoppable


Method Summary
 void process(java.lang.String l)
           
 
Methods inherited from interface futils.Stoppable
isStopped
 

Method Detail

process

void process(java.lang.String l)