net.sf.logdistiller.plugins
Class BasePlugins

java.lang.Object
  extended by net.sf.logdistiller.Plugins
      extended by net.sf.logdistiller.plugins.BasePlugins

public class BasePlugins
extends Plugins

Declaration of base plugins that are shipped with LogDistiller.

Since:
0.6

Field Summary
static Plugin FREQ
           
static Plugin SAMPLING
           
 
Fields inherited from class net.sf.logdistiller.Plugins
ALL, MAP
 
Constructor Summary
BasePlugins()
           
 
Method Summary
 List definePlugins()
          get the Plugin instances defined by this extension.
 
Methods inherited from class net.sf.logdistiller.Plugins
getAllPlugins, getPlugin, listAllPluginIds, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FREQ

public static final Plugin FREQ

SAMPLING

public static final Plugin SAMPLING
Constructor Detail

BasePlugins

public BasePlugins()
Method Detail

definePlugins

public List definePlugins()
Description copied from class: Plugins
get the Plugin instances defined by this extension.

Specified by:
definePlugins in class Plugins
Returns:
the list of plugins
See Also:
Plugin


Copyright © 2004-2009. All Rights Reserved.