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
IOException
public static BufferedReader getReader(String fileName) throws IOException
IOException
public static Map<String,List<String>> readListMapping(String fileName) throws IOException
IOException
public static Map<String,List<String>> readListMapping(String fileName, boolean makeLowerCase) throws IOException
IOException
Copyright © 2017. All rights reserved.