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

Quick Search    Search Deep

org.sourcejammer.server.source
Interface TextBuildStepInf  view TextBuildStepInf download TextBuildStepInf.java

All Known Implementing Classes:
AddLines, ReadLines, SkipLines

public interface TextBuildStepInf

Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project. Copyright: Copyright (c) 2001 Company: Robert MacGrogan

Version:
1.0

Method Summary
 TextLineAdder build(TextLineIterator parent, TextLineAdder buildSoFar)
          Executes this build step on TextLineAdder buildSoFar.
 int numChars()
           
 int size()
           
 

Method Detail

build

public TextLineAdder build(TextLineIterator parent,
                           TextLineAdder buildSoFar)
                    throws InvalidSourceException
Executes this build step on TextLineAdder buildSoFar.


size

public int size()

numChars

public int numChars()