public class TSrgMappingFormat extends Object implements TextMappingFormat
| Constructor and Description |
|---|
TSrgMappingFormat() |
| Modifier and Type | Method and Description |
|---|---|
MappingsReader |
createReader(Reader reader)
Creates a
MappingsReader from the given Reader
for the mapping format. |
MappingsWriter |
createWriter(Writer writer)
Creates a
MappingsWriter from the given Writer
for the mapping format. |
Optional<String> |
getStandardFileExtension()
Gets the typically used file extension for the format, if available.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateReader, createReader, createWriter, createWriterread, read, writepublic MappingsReader createReader(Reader reader)
TextMappingFormatMappingsReader from the given Reader
for the mapping format.createReader in interface TextMappingFormatreader - The readerpublic MappingsWriter createWriter(Writer writer)
TextMappingFormatMappingsWriter from the given Writer
for the mapping format.createWriter in interface TextMappingFormatwriter - The writerpublic Optional<String> getStandardFileExtension()
MappingFormatgetStandardFileExtension in interface MappingFormat