Package org.openstreetmap.josm.io
Interface AbstractReader.CommonReader
-
- Enclosing class:
- AbstractReader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface protected static interface AbstractReader.CommonReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(PrimitiveData pd)Reads the common primitive attributes and sets them inpd
-
-
-
Method Detail
-
accept
void accept(PrimitiveData pd) throws IllegalDataException
Reads the common primitive attributes and sets them inpd- Parameters:
pd- primitive data to update- Throws:
IllegalDataException- in case of invalid data
-
-