com.artenum.rosetta.util
Class ConfigurationBuilder
java.lang.Object
com.artenum.rosetta.util.ConfigurationBuilder
public class ConfigurationBuilder
- extends Object
- Author:
- Sebastien Jourdain (jourdain@artenum.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE
protected static final String VALUE
- See Also:
- Constant Field Values
NAME
protected static final String NAME
- See Also:
- Constant Field Values
ACTION
protected static final String ACTION
- See Also:
- Constant Field Values
MASK
protected static final String MASK
- See Also:
- Constant Field Values
CLASSNAME
protected static final String CLASSNAME
- See Also:
- Constant Field Values
USE_CACHE
protected static final String USE_CACHE
- See Also:
- Constant Field Values
KEY_MAPPING
protected static final String KEY_MAPPING
- See Also:
- Constant Field Values
ACTION_MAPPING
protected static final String ACTION_MAPPING
- See Also:
- Constant Field Values
TRUE
protected static final String TRUE
- See Also:
- Constant Field Values
FALSE
protected static final String FALSE
- See Also:
- Constant Field Values
METHOD_GET
protected static final String METHOD_GET
- See Also:
- Constant Field Values
METHOD_IS
protected static final String METHOD_IS
- See Also:
- Constant Field Values
PRIMITIVE_TYPE_NAME_INT
protected static final String PRIMITIVE_TYPE_NAME_INT
- See Also:
- Constant Field Values
PRIMITIVE_TYPE_NAME_DOUBLE
protected static final String PRIMITIVE_TYPE_NAME_DOUBLE
- See Also:
- Constant Field Values
PRIMITIVE_TYPE_NAME_BOOLEAN
protected static final String PRIMITIVE_TYPE_NAME_BOOLEAN
- See Also:
- Constant Field Values
ConfigurationBuilder
public ConfigurationBuilder()
getVersion
public static String getVersion()
buildConfiguration
public static Object buildConfiguration(Class<?>[] resultClass,
String fileToLoad)
throws IllegalArgumentException,
SAXException,
IOException,
ParserConfigurationException
- Throws:
IllegalArgumentException
SAXException
IOException
ParserConfigurationException
buildConfiguration
public static ConsoleConfiguration buildConfiguration(String fileToLoad)
throws IllegalArgumentException,
SAXException,
IOException,
ParserConfigurationException
- Throws:
IllegalArgumentException
SAXException
IOException
ParserConfigurationException
Copyright © 2007-2011 Artenum. All Rights Reserved.