org.naftulin.configmgr.parsers
Class Log4JPropertiesParserImpl

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

public class Log4JPropertiesParserImpl
extends AbstractLog4JParser

Initilizes log4j engine by using propertes log4j initializer.

Since:
1.0
Author:
Henry Naftulin

Constructor Summary
Log4JPropertiesParserImpl()
           
 
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

Log4JPropertiesParserImpl

public Log4JPropertiesParserImpl()
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.