| Package | Description |
|---|---|
| net.sf.logdistiller |
Main classes for LogDistiller.
|
| net.sf.logdistiller.plugins |
Plugins to extend LogDistiller's handling of event groups.
|
| net.sf.logdistiller.xml |
XML configuration of LogDistiller.
|
| Modifier and Type | Field and Description |
|---|---|
protected LogDistiller.Plugin |
LogDistillation.Plugin.definition |
| Modifier and Type | Method and Description |
|---|---|
LogDistiller.Plugin |
LogDistillation.Plugin.getDefinition() |
LogDistiller.Plugin[] |
LogDistiller.Group.getPlugins() |
| Modifier and Type | Method and Description |
|---|---|
abstract LogDistillation.Plugin |
Plugin.newInstance(LogDistiller.Plugin conf) |
static LogDistillation.Plugin |
Plugins.newInstance(LogDistiller.Plugin pluginConf)
Instanciates a new distillation plugin from its distiller configuration.
|
| Constructor and Description |
|---|
LogDistillation.Plugin(LogDistiller.Plugin definition) |
LogDistiller.Group(String id,
String description,
boolean continueProcessing,
boolean save,
Map<String,String> params,
Condition[] conditions,
LogDistiller.Report[] reports,
LogDistiller.Plugin[] plugins,
LogDistiller.Category category) |
| Constructor and Description |
|---|
FreqPlugin(LogDistiller.Plugin definition) |
FreqPlugin(LogDistiller.Plugin definition,
boolean checkSampling) |
SamplingPlugin(LogDistiller.Plugin definition) |
| Modifier and Type | Method and Description |
|---|---|
protected LogDistiller.Plugin |
DOMConfigurator.parsePlugin(Element element,
String context) |
protected LogDistiller.Plugin[] |
DOMConfigurator.parsePlugins(Iterator<Element> iter,
String context) |
Copyright © 2004–2014. All rights reserved.