SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.server.source
Interface TextBuildStepInf

All Known Implementing Classes:
ReadLines, SkipLines, AddLines

public interface TextBuildStepInf

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


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.
Parameters:
parent - -- TextLineIterator object of parent, or old version of this source file.
buildSoFar - -- The new file being built. This object is modified by either adding, skipping, or reading text lines from parent

size

public int size()

numChars

public int numChars()

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan