net.sf.logdistiller
Class LogDistiller.Output
java.lang.Object
net.sf.logdistiller.LogDistiller.Output
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LogDistiller
public static class LogDistiller.Output
- extends Object
- implements Serializable
Definition of the global output.
- Since:
- 0.7
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogDistiller.Output
public LogDistiller.Output(String directory,
String url,
String content,
String skip,
Map params,
LogDistiller.Report[] reports)
getLogdistiller
public LogDistiller getLogdistiller()
getId
public String getId()
- Gets the
id
that will identify the output reports.
- Returns:
- the
id
param if set, or global logdistiller id.
getParams
public Map getParams()
getParam
public String getParam(String name)
getParam
public String getParam(String name,
String defaultValue)
getReports
public LogDistiller.Report[] getReports()
setDirectory
public void setDirectory(String directory)
getDirectory
public String getDirectory()
setContent
public void setContent(String content)
getContent
public String getContent()
getSkip
public String getSkip()
updateCompatibility
public void updateCompatibility(File directory,
String content,
String skip)
getUrl
public String getUrl()
getUrl
public String getUrl(String file)
Copyright © 2004-2009. All Rights Reserved.