net.sf.logdistiller
Class LogDistiller.Output

java.lang.Object
  extended by 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

Constructor Summary
LogDistiller.Output(String directory, String url, String content, String skip, Map params, LogDistiller.Report[] reports)
           
 
Method Summary
 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 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogDistiller.Output

public LogDistiller.Output(String directory,
                           String url,
                           String content,
                           String skip,
                           Map params,
                           LogDistiller.Report[] reports)
Method Detail

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.