net.sf.logdistiller
Class LogDistiller.Report

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

public static class LogDistiller.Report
extends Object
implements Serializable

Definition of a report, with its publisher, formant and other params.

See Also:
Serialized Form

Constructor Summary
LogDistiller.Report(String publisher, String format, Map params)
           
 
Method Summary
 String getFormat()
           
 LogDistiller.Group getGroup()
           
 LogDistiller.Output getOutput()
           
 String getParam(String name)
           
 String getParam(String name, String defaultValue)
           
 Map getParams()
           
 String getPublisher()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDistiller.Report

public LogDistiller.Report(String publisher,
                           String format,
                           Map params)
Method Detail

getOutput

public LogDistiller.Output getOutput()

getGroup

public LogDistiller.Group getGroup()

getParams

public Map getParams()

getFormat

public String getFormat()

getParam

public String getParam(String name)

getParam

public String getParam(String name,
                       String defaultValue)

getPublisher

public String getPublisher()


Copyright © 2004-2009. All Rights Reserved.