public class TsrgV1MappingsLoader extends MappingsLoader
| Constructor and Description |
|---|
TsrgV1MappingsLoader(java.io.File file) |
TsrgV1MappingsLoader(java.io.InputStream inputStream) |
TsrgV1MappingsLoader(java.nio.file.Path path) |
| Modifier and Type | Method and Description |
|---|---|
protected Mappings |
load(java.util.List<java.lang.String> lines)
Load the mappings from the provided lines.
|
getMappings, loadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopying, copyMappings, direct, empty, getMetaMappings, withMappings, withMetaMappingspublic TsrgV1MappingsLoader(java.io.InputStream inputStream)
public TsrgV1MappingsLoader(java.io.File file)
public TsrgV1MappingsLoader(java.nio.file.Path path)
protected Mappings load(java.util.List<java.lang.String> lines) throws java.lang.Throwable
MappingsLoaderload in class MappingsLoaderlines - The mappings linesjava.lang.Throwable - If an error occurs while loading the mappings