Package org.cadixdev.lorenz.io.srg.csrg
Class CSrgReader.Processor
- java.lang.Object
-
- org.cadixdev.lorenz.io.TextMappingsReader.Processor
-
- org.cadixdev.lorenz.io.srg.csrg.CSrgReader.Processor
-
- All Implemented Interfaces:
java.util.function.Consumer<java.lang.String>
- Enclosing class:
- CSrgReader
public static class CSrgReader.Processor extends TextMappingsReader.Processor
The mappings processor for the CSRG format.
-
-
Field Summary
-
Fields inherited from class org.cadixdev.lorenz.io.TextMappingsReader.Processor
mappings, SPACE
-
-
Constructor Summary
Constructors Constructor Description Processor()Creates a mappings parser for the CSRG format.Processor(MappingSet mappings)Creates a mappings parser for the CSRG format, with the providedMappingSet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(java.lang.String rawLine)-
Methods inherited from class org.cadixdev.lorenz.io.TextMappingsReader.Processor
getMappings
-
-
-
-
Constructor Detail
-
Processor
public Processor(MappingSet mappings)
Creates a mappings parser for the CSRG format, with the providedMappingSet.- Parameters:
mappings- The mappings set
-
Processor
public Processor()
Creates a mappings parser for the CSRG format.
-
-