|
Gridarta Editor
|
A MapArchObjectParser for regression tests. More...
Inheritance diagram for net.sf.gridarta.model.io.TestMapArchObjectParser:
Collaboration diagram for net.sf.gridarta.model.io.TestMapArchObjectParser:Public Member Functions | |
| void | save (@NotNull final Appendable appendable, @NotNull final TestMapArchObject mapArchObject, @Nullable final MapFile mapFile) throws IOException |
Public Member Functions inherited from net.sf.gridarta.model.io.AbstractMapArchObjectParser< TestMapArchObject > | |
| void | load ( @NotNull final BufferedReader reader, @NotNull final A mapArchObject) throws IOException |
Protected Member Functions | |
| boolean | parseLine (@NotNull final String line, @NotNull final TestMapArchObject mapArchObject, @NotNull final BufferedReader reader) |
Protected Member Functions inherited from net.sf.gridarta.model.io.AbstractMapArchObjectParser< TestMapArchObject > | |
| abstract boolean | parseLine ( @NotNull String line, @NotNull A mapArchObject, @NotNull BufferedReader reader) throws IOException |
| Parse a line for this editor type. More... | |
A MapArchObjectParser for regression tests.
Definition at line 35 of file TestMapArchObjectParser.java.
|
protected |
Definition at line 38 of file TestMapArchObjectParser.java.
| void net.sf.gridarta.model.io.TestMapArchObjectParser.save | ( | @NotNull final Appendable | appendable, |
| @NotNull final TestMapArchObject | mapArchObject, | ||
| @Nullable final MapFile | mapFile | ||
| ) | throws IOException |
Definition at line 43 of file TestMapArchObjectParser.java.