Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.sourcejammer.server.source.TextLineIterator

Uses of TextLineIterator in org.sourcejammer.server.source
 

Classes in org.sourcejammer.server.source that implement TextLineIterator
 class SimpleTextLineIterator
           
 class TextLineAdderIterator
          Builds a text file like TextLineAdder and allows iteration through lines like TextLineIterator.
 class TextLineIteratorOutput
           
 class TextLineReader
          Title: $FileName: TextLineReader.java$
 

Fields in org.sourcejammer.server.source declared as TextLineIterator
private  TextLineIterator AddLines.moLines
           
 

Methods in org.sourcejammer.server.source that return TextLineIterator
 TextLineIterator TextDelta.buildFileTextLineIterator(TextLineIterator parent)
          Deprecated. Builds a text file from the parent using the build steps.
 

Methods in org.sourcejammer.server.source with parameters of type TextLineIterator
 void TextLineWriter.write(TextLineIterator oIterator)
          Deprecated. Writes the entire contents of the TextLineIterator to this TextLineWriter, beginning with the current line in the iterator.
 TextLineIterator TextDelta.buildFileTextLineIterator(TextLineIterator parent)
          Deprecated. Builds a text file from the parent using the build steps.
 TextLineAdder TextBuildStepInf.build(TextLineIterator parent, TextLineAdder buildSoFar)
          Executes this build step on TextLineAdder buildSoFar.
 TextLineAdder SkipLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 TextLineAdder ReadLines.build(TextLineIterator parent, TextLineAdder buildSoFar)
           
 void AddLines.setLineIterator(TextLineIterator lines)
           
 TextLineAdder AddLines.build(TextLineIterator parent, TextLineAdder buildSoFar)