net.sf.logdistiller
Class Plugin

java.lang.Object
  extended by net.sf.logdistiller.Plugin

public abstract class Plugin
extends Object

Plugins' base class.


Constructor Summary
protected Plugin(String id)
           
 
Method Summary
 String getId()
           
abstract  LogDistillation.Plugin newInstance(LogDistiller.Plugin conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

protected Plugin(String id)
Method Detail

getId

public String getId()

newInstance

public abstract LogDistillation.Plugin newInstance(LogDistiller.Plugin conf)
                                            throws PluginConfigException
Throws:
PluginConfigException


Copyright © 2004-2009. All Rights Reserved.