public static class LogDistiller.Output extends Object implements Serializable
Constructor and Description |
---|
LogDistiller.Output(String directory,
String url,
String content,
String skip,
Map<String,String> params,
LogDistiller.Report[] reports) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getDirectory() |
String |
getId()
Gets the
id that will identify the output reports. |
LogDistiller |
getLogdistiller() |
String |
getParam(String name) |
String |
getParam(String name,
String defaultValue) |
Map<String,String> |
getParams() |
LogDistiller.Report[] |
getReports() |
String |
getSkip() |
String |
getUrl() |
String |
getUrl(String file) |
void |
setContent(String content) |
void |
setDirectory(String directory) |
void |
updateCompatibility(File directory,
String content,
String skip) |
public LogDistiller.Output(String directory, String url, String content, String skip, Map<String,String> params, LogDistiller.Report[] reports)
public LogDistiller getLogdistiller()
public String getId()
id
that will identify the output reports.id
param if set, or global logdistiller id.public LogDistiller.Report[] getReports()
public void setDirectory(String directory)
public String getDirectory()
public void setContent(String content)
public String getContent()
public void updateCompatibility(File directory, String content, String skip)
Copyright © 2004–2014. All rights reserved.