public final class MappingUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
getMapping(java.util.List<java.nio.file.Path> components)
Return a mapping between types from the supplied files.
|
@Nonnull
public static java.util.Map<java.lang.String,java.lang.String> getMapping(@Nonnull
java.util.List<java.nio.file.Path> components)
throws java.io.IOException
components - the file components that are used to construct the mapping.java.io.IOException - if there is an error reading a file component.