public interface INamedMappingFile
| Modifier and Type | Method and Description |
|---|---|
IMappingFile |
getMap(java.lang.String from,
java.lang.String to) |
java.util.List<java.lang.String> |
getNames() |
static INamedMappingFile |
load(java.io.File path) |
static INamedMappingFile |
load(java.io.InputStream in) |
default void |
write(java.nio.file.Path path,
IMappingFile.Format format) |
void |
write(java.nio.file.Path path,
IMappingFile.Format format,
java.lang.String... order) |
static INamedMappingFile load(java.io.File path) throws java.io.IOException
java.io.IOExceptionstatic INamedMappingFile load(java.io.InputStream in) throws java.io.IOException
java.io.IOExceptionjava.util.List<java.lang.String> getNames()
IMappingFile getMap(java.lang.String from, java.lang.String to)
default void write(java.nio.file.Path path,
IMappingFile.Format format)
throws java.io.IOException
java.io.IOExceptionvoid write(java.nio.file.Path path,
IMappingFile.Format format,
java.lang.String... order)
throws java.io.IOException
java.io.IOException