org.naftulin.configmgr.parsers
Class Log4JDomParserImpl

java.lang.Object
  extended by org.naftulin.configmgr.parsers.AbstractConfigEntryParser
      extended by org.naftulin.configmgr.parsers.AbstractLog4JParser
          extended by org.naftulin.configmgr.parsers.Log4JDomParserImpl
All Implemented Interfaces:
ConfigEntryParser

public class Log4JDomParserImpl
extends AbstractLog4JParser

Initilizes log4j engine by using DOM log4j initializer.

Since:
1.0
Author:
Henry Naftulin

Constructor Summary
Log4JDomParserImpl()
           
 
Method Summary
protected  ConfigurationType getConfigurationType()
           
 java.lang.String toString()
          Returns a string representation of this parser.
 
Methods inherited from class org.naftulin.configmgr.parsers.AbstractLog4JParser
getConfigurationManagementEntry
 
Methods inherited from class org.naftulin.configmgr.parsers.AbstractConfigEntryParser
readStreamContentAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Log4JDomParserImpl

public Log4JDomParserImpl()
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this parser.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this parser.

getConfigurationType

protected ConfigurationType getConfigurationType()
Specified by:
getConfigurationType in class AbstractLog4JParser


Copyright © 2009. All Rights Reserved.