net.sf.logdistiller
Class LogDistiller.Plugin

java.lang.Object
  extended by net.sf.logdistiller.LogDistiller.Plugin
All Implemented Interfaces:
Serializable
Enclosing class:
LogDistiller

public static class LogDistiller.Plugin
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LogDistiller.Plugin(String type, boolean globalReport, boolean groupReport, Map params)
           
 
Method Summary
 LogDistiller.Group getGroup()
           
 String getParam(String name)
           
 String getParam(String name, String defaultValue)
           
 Map getParams()
           
 String getType()
           
 boolean isGlobalReportEnabled()
           
 boolean isGroupReportEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDistiller.Plugin

public LogDistiller.Plugin(String type,
                           boolean globalReport,
                           boolean groupReport,
                           Map params)
Method Detail

getGroup

public LogDistiller.Group getGroup()

getType

public String getType()

isGlobalReportEnabled

public boolean isGlobalReportEnabled()

isGroupReportEnabled

public boolean isGroupReportEnabled()

getParams

public Map getParams()

getParam

public String getParam(String name)

getParam

public String getParam(String name,
                       String defaultValue)


Copyright © 2004-2009. All Rights Reserved.