|
SourceJammer 1.2.0.1 May 20, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.sourcejammer.server.source.SkipLines
| Constructor Summary | |
SkipLines()
|
|
| Method Summary | |
TextLineAdder |
build(TextLineIterator parent,
TextLineAdder buildSoFar)
Executes this build step on TextLineAdder buildSoFar. |
int |
numChars()
|
void |
setNumLinesToSkip(int i)
|
int |
size()
Always returns 0 since this build step adds no chars to output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SkipLines()
| Method Detail |
public int size()
size in interface TextBuildStepInfpublic int numChars()
numChars in interface TextBuildStepInfpublic void setNumLinesToSkip(int i)
public TextLineAdder build(TextLineIterator parent,
TextLineAdder buildSoFar)
throws InvalidSourceException
TextBuildStepInfbuild in interface TextBuildStepInforg.sourcejammer.server.source.TextBuildStepInfparent - -- 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
|
SourceJammer 1.2.0.1 May 20, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||