net.sf.gridarta.model.io
public class TestMapArchObjectParser extends AbstractMapArchObjectParser<TestMapArchObject>
MapArchObjectParser for regression tests.| Constructor and Description |
|---|
TestMapArchObjectParser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
parseLine(String line,
TestMapArchObject mapArchObject,
BufferedReader reader)
Parse a line for this editor type.
|
void |
save(Appendable appendable,
TestMapArchObject mapArchObject)
Write a map arch object to a stream.
|
loadpublic TestMapArchObjectParser()
protected boolean parseLine(@NotNull String line, @NotNull TestMapArchObject mapArchObject, @NotNull BufferedReader reader)
parseLine in class AbstractMapArchObjectParser<TestMapArchObject>line - the line to parsemapArchObject - the map arch object to updatereader - the reader for reading additional linespublic void save(@NotNull Appendable appendable, @NotNull TestMapArchObject mapArchObject) throws IOException
appendable - the stream to write tomapArchObject - the map arch object to writeIOException - if the stream cannot be written
Feedback: webmaster
© 2003-2010 The Gridarta Developers. All rights reserved.