org.tubo.configuration.reader
Class XMLDigesterConfigurationReader

java.lang.Object
  extended by org.tubo.configuration.reader.AbstractConfigurationReader
      extended by 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)

Field Summary
static java.lang.String INCLUDE_TAG
           
static java.lang.String META_CALL_METHOD_RULE_TAG
           
static java.lang.String META_CALL_PARAM_RULE_TAG
           
static java.lang.String META_OBJECT_CREATE_RULE_TAG
           
static java.lang.String META_SET_NEXT_RULE_TAG
           
static java.lang.String META_SET_PROPERTIES_RULE_TAG
           
static java.lang.String RCS_ID
           
static java.lang.String ROOT_TAG
           
 
Constructor Summary
XMLDigesterConfigurationReader()
           
 
Method Summary
protected  Configuration createEmptyConfigurationObject()
           
protected  Configuration parse(java.io.Reader reader, Configuration config)
          Parse resource and fill configuration object.
 
Methods inherited from class org.tubo.configuration.reader.AbstractConfigurationReader
append, append, append, getReaderClassLoader, load, recursiveIncludeAppend, setReaderClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XMLDigesterConfigurationReader

public XMLDigesterConfigurationReader()
Method Detail

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 reader
config - Configuration Repository
Returns:
Return the same config object with configuration append.
Throws:
TuboConfigurationException


Copyright © 2004-2007 Tubo. All Rights Reserved.