|
|||||||||
| Home >> All >> org >> sourcejammer >> server >> [ source overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.sourcejammer.server.source
Interface TextBuildStepInf

- 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()
|
|||||||||
| Home >> All >> org >> sourcejammer >> server >> [ source overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC