org.tubo.configuration.reader
Class XMLDigesterConfigurationReader
java.lang.Object
org.tubo.configuration.reader.AbstractConfigurationReader
org.tubo.configuration.reader.XMLDigesterConfigurationReader
- All Implemented Interfaces:
- ConfigurationReader
public class XMLDigesterConfigurationReader
- extends AbstractConfigurationReader
Created: Jun 26, 2005 11:03:11 PM
Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $
- Version:
- $Revision: 17 $
- Author:
- jvlio (jvlio@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RCS_ID
public static final java.lang.String RCS_ID
- See Also:
- Constant Field Values
ROOT_TAG
public static java.lang.String ROOT_TAG
INCLUDE_TAG
public static java.lang.String INCLUDE_TAG
META_OBJECT_CREATE_RULE_TAG
public static java.lang.String META_OBJECT_CREATE_RULE_TAG
META_SET_PROPERTIES_RULE_TAG
public static java.lang.String META_SET_PROPERTIES_RULE_TAG
META_SET_NEXT_RULE_TAG
public static java.lang.String META_SET_NEXT_RULE_TAG
META_CALL_METHOD_RULE_TAG
public static java.lang.String META_CALL_METHOD_RULE_TAG
META_CALL_PARAM_RULE_TAG
public static java.lang.String META_CALL_PARAM_RULE_TAG
XMLDigesterConfigurationReader
public XMLDigesterConfigurationReader()
createEmptyConfigurationObject
protected Configuration createEmptyConfigurationObject()
- Overrides:
createEmptyConfigurationObject
in class AbstractConfigurationReader
- Returns:
parse
protected Configuration parse(java.io.Reader reader,
Configuration config)
throws TuboConfigurationException
- Description copied from class:
AbstractConfigurationReader
- Parse resource and fill configuration object.
- Specified by:
parse
in class AbstractConfigurationReader
- Parameters:
reader
- Resource readerconfig
- Configuration Repository
- Returns:
- Return the same config object with configuration append.
- Throws:
TuboConfigurationException
Copyright © 2004-2007 Tubo. All Rights Reserved.