org.carrot2.dcs
Class AppConfig
java.lang.Object
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). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
consoleLogger
public final org.apache.log4j.Logger consoleLogger
- An instance of
Logger typically visible on the console (if application was
run from the console).
AppConfig
public AppConfig(ControllerContext context,
org.apache.log4j.Logger consoleLogger,
Map processingDefaults)
getControllerContext
public ControllerContext getControllerContext()
getProcessingDefaults
public Map getProcessingDefaults()
getConsoleLogger
public org.apache.log4j.Logger getConsoleLogger()
Copyright (c) Dawid Weiss, Stanislaw Osinski