Uses of Class
mk.fsgrep.util.FileLine

Packages that use FileLine
mk.fsgrep.match Classes related to the 'grep' functionality, or applying the pattern to a file. 
mk.fsgrep.util General utility classes. 
 

Uses of FileLine in mk.fsgrep.match
 

Methods in mk.fsgrep.match that return types with arguments of type FileLine
protected  java.util.List<FileLine> Replace.getNewLines()
           
 

Methods in mk.fsgrep.match with parameters of type FileLine
protected  void Replace.process(FileLine tfline)
           
 

Method parameters in mk.fsgrep.match with type arguments of type FileLine
protected  void Replace.setNewLines(java.util.List<FileLine> val)
           
 

Uses of FileLine in mk.fsgrep.util
 

Methods in mk.fsgrep.util that return FileLine
 FileLine TargetFile.LineReader.nextLine()
           
 FileLine RawLineReader.nextLine()
           
 

Methods in mk.fsgrep.util that return types with arguments of type FileLine
protected  java.util.LinkedList<FileLine> TargetFile.LineReader.getActiveLines()
           
 java.util.List<FileLine> TargetFile.LineReader.getAllLines()
           
protected  java.util.LinkedList<FileLine> RawLineReader.getLines()
           
 

Method parameters in mk.fsgrep.util with type arguments of type FileLine
 void TargetFile.saveContent(java.util.Collection<FileLine> lines)
           
 



Copyright © 2009. All Rights Reserved.