net.sourceforge.acelogger.configuration.parser
Class JsonConfigurationLoader

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

public class JsonConfigurationLoader
extends BaseConfigurationLoader

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

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

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

JsonConfigurationLoader

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