public class PropMapper extends Object
| Constructor and Description |
|---|
PropMapper() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyMapping |
getPropertyMapping(AConfigurationReader cR,
String name) |
static PropertyMapping |
getPropertyMapping(String configFile)
We basically decide by the name of the config file.
|
static PropertyMapping |
getPropertyMappingFromFile(String filePath) |
static PropertyMapping |
getPropertyMappingFromFile(String folder,
String name)
Get propertyMapping from a file with the same name as the LIMES config file without ".xml" concateneted with
"propertymatch".
|
public static PropertyMapping getPropertyMapping(String configFile)
configFile - The configureation file pathpublic static PropertyMapping getPropertyMapping(AConfigurationReader cR, String name)
cR - An AConfigurationReader object that contains the configuration informmationname - The name of the property mapping filepublic static PropertyMapping getPropertyMappingFromFile(String folder, String name)
folder - Path of the foldername - Name of the LIMES config file.public static PropertyMapping getPropertyMappingFromFile(String filePath)
Copyright © 2018. All rights reserved.