Gridarta Editor
net.sf.gridarta.model.io.TestMapArchObjectParser Class Reference

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...
 

Detailed Description

A MapArchObjectParser for regression tests.

Author
Andreas Kirschbaum

Definition at line 35 of file TestMapArchObjectParser.java.

Member Function Documentation

◆ parseLine()

boolean net.sf.gridarta.model.io.TestMapArchObjectParser.parseLine ( @NotNull final String  line,
@NotNull final TestMapArchObject  mapArchObject,
@NotNull final BufferedReader  reader 
)
protected

Definition at line 38 of file TestMapArchObjectParser.java.

◆ save()

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.


The documentation for this class was generated from the following file: