net.sf.logdistiller
Class LogDistiller.Report
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogDistiller.Report
public LogDistiller.Report(String publisher,
String format,
Map params)
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.