public class MappingReader extends Object
| Constructor and Description |
|---|
MappingReader() |
| Modifier and Type | Method and Description |
|---|---|
static BufferedReader |
getReader(String fileName) |
static Map<String,List<String>> |
readListMapping(String fileName) |
static Map<String,List<String>> |
readListMapping(String fileName,
boolean makeLowerCase) |
static Map<String,String> |
readMapping(String fileName) |
public static Map<String,String> readMapping(String fileName) throws IOException
IOExceptionpublic static BufferedReader getReader(String fileName) throws IOException
IOExceptionpublic static Map<String,List<String>> readListMapping(String fileName) throws IOException
IOExceptionpublic static Map<String,List<String>> readListMapping(String fileName, boolean makeLowerCase) throws IOException
IOExceptionCopyright © 2017. All rights reserved.