net.sourceforge.acelogger.configuration.parser
Class PropertiesConfigurationLoader

java.lang.Object
  extended by net.sourceforge.acelogger.configuration.BaseConfigurationLoader
      extended by net.sourceforge.acelogger.configuration.parser.PropertiesConfigurationLoader
All Implemented Interfaces:
ConfigurationLoader

public class PropertiesConfigurationLoader
extends BaseConfigurationLoader

An implementation of configuration loader that uses java properties files as source for configuration.

Since:
1.0.0
Version:
1.0.0
Author:
Zardi (https://sourceforge.net/users/daniel_zardi)

Constructor Summary
PropertiesConfigurationLoader()
           
 
Method Summary
 void configureFrom(InputStream source)
          Configures the logging system from the data contained in the source stream.
 
Methods inherited from class net.sourceforge.acelogger.configuration.BaseConfigurationLoader
configureFromMultipleSources, configureFromMultipleSources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesConfigurationLoader

public PropertiesConfigurationLoader()
Method Detail

configureFrom

public void configureFrom(InputStream source)
Configures the logging system from the data contained in the source stream.

Parameters:
source - The source for the configuration data. Depending on the implementation this might be a file, url, etc.


Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.