|
SourceJammer 1.1.0 March 1, 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()
public int numChars()
public void setNumLinesToSkip(int i)
public TextLineAdder build(TextLineIterator parent, TextLineAdder buildSoFar) throws InvalidSourceException
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
|
SourceJammer 1.1.0 March 1, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |