Package net.sf.freecol.common.model
Class Specification.ModifierReader
- java.lang.Object
-
- net.sf.freecol.common.model.Specification.ModifierReader
-
- All Implemented Interfaces:
Specification.ChildReader
- Enclosing class:
- Specification
private class Specification.ModifierReader extends java.lang.Object implements Specification.ChildReader
Modifiers have to be hooked to the specification and added to the special modifiers list, hence the special purpose reader.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ModifierReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readChildren(FreeColXMLReader xr)
-
-
-
Method Detail
-
readChildren
public void readChildren(FreeColXMLReader xr) throws javax.xml.stream.XMLStreamException
- Specified by:
readChildren
in interfaceSpecification.ChildReader
- Throws:
javax.xml.stream.XMLStreamException
-
-