org.sourcejammer.server.source
Interface TextBuildStepInf

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
Author:
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
InvalidSourceException

size

public int size()

numChars

public int numChars()


Copyright © 2003 Soucejammer project.