org.carrot2.dcs
Class AppConfig

java.lang.Object
  extended by org.carrot2.dcs.AppConfig

public final class AppConfig
extends Object

Configuration options required for running BatchApp and DCSApp (in embedded and Web-container modes).


Field Summary
 org.apache.log4j.Logger consoleLogger
          An instance of Logger typically visible on the console (if application was run from the console).
 
Constructor Summary
AppConfig(ControllerContext context, org.apache.log4j.Logger consoleLogger, Map processingDefaults)
           
 
Method Summary
 org.apache.log4j.Logger getConsoleLogger()
           
 ControllerContext getControllerContext()
           
 Map getProcessingDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

consoleLogger

public final org.apache.log4j.Logger consoleLogger
An instance of Logger typically visible on the console (if application was run from the console).

Constructor Detail

AppConfig

public AppConfig(ControllerContext context,
                 org.apache.log4j.Logger consoleLogger,
                 Map processingDefaults)
Method Detail

getControllerContext

public ControllerContext getControllerContext()

getProcessingDefaults

public Map getProcessingDefaults()

getConsoleLogger

public org.apache.log4j.Logger getConsoleLogger()


Copyright (c) Dawid Weiss, Stanislaw Osinski