public class ConfigurationBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
ACTION |
protected static String |
ACTION_MAPPING |
protected static String |
CLASSNAME |
protected static String |
FALSE |
protected static String |
KEY_MAPPING |
protected static String |
MASK |
protected static String |
METHOD_GET |
protected static String |
METHOD_IS |
protected static String |
NAME |
protected static String |
PRIMITIVE_TYPE_NAME_BOOLEAN |
protected static String |
PRIMITIVE_TYPE_NAME_DOUBLE |
protected static String |
PRIMITIVE_TYPE_NAME_INT |
protected static String |
TRUE |
protected static String |
USE_CACHE |
protected static String |
VALUE |
Constructor and Description |
---|
ConfigurationBuilder() |
Modifier and Type | Method and Description |
---|---|
static Object |
buildConfiguration(Class<?>[] resultClass,
String fileToLoad) |
static ConsoleConfiguration |
buildConfiguration(String fileToLoad) |
static String |
getVersion() |
protected static final String VALUE
protected static final String NAME
protected static final String ACTION
protected static final String MASK
protected static final String CLASSNAME
protected static final String USE_CACHE
protected static final String KEY_MAPPING
protected static final String ACTION_MAPPING
protected static final String TRUE
protected static final String FALSE
protected static final String METHOD_GET
protected static final String METHOD_IS
protected static final String PRIMITIVE_TYPE_NAME_INT
protected static final String PRIMITIVE_TYPE_NAME_DOUBLE
protected static final String PRIMITIVE_TYPE_NAME_BOOLEAN
public static String getVersion()
public static Object buildConfiguration(Class<?>[] resultClass, String fileToLoad) throws IllegalArgumentException, SAXException, IOException, ParserConfigurationException
public static ConsoleConfiguration buildConfiguration(String fileToLoad) throws IllegalArgumentException, SAXException, IOException, ParserConfigurationException
Copyright © 2007–2017 Artenum. All rights reserved.