rat
Class Report
java.lang.Object
rat.Report
public class Report
- extends java.lang.Object
Method Summary |
static void |
main(java.lang.String[] args)
|
static void |
report(IReportable container,
java.io.Writer out,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
|
void |
report(java.io.PrintStream out)
|
static void |
report(java.io.PrintStream out,
IReportable base,
java.io.InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
|
static void |
report(java.io.Writer out,
IReportable base,
java.io.InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
|
void |
styleReport(java.io.PrintStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static final void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
report
public void report(java.io.PrintStream out)
throws java.lang.Exception
- Throws:
java.lang.Exception
styleReport
public void styleReport(java.io.PrintStream out)
throws java.lang.Exception
- Throws:
java.lang.Exception
report
public static void report(java.io.PrintStream out,
IReportable base,
java.io.InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
throws java.io.IOException,
javax.xml.transform.TransformerConfigurationException,
java.lang.InterruptedException,
RatReportFailedException
- Throws:
java.io.IOException
javax.xml.transform.TransformerConfigurationException
java.lang.InterruptedException
RatReportFailedException
report
public static void report(java.io.Writer out,
IReportable base,
java.io.InputStream style,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
throws java.io.IOException,
javax.xml.transform.TransformerConfigurationException,
java.io.FileNotFoundException,
java.lang.InterruptedException,
RatReportFailedException
- Throws:
java.io.IOException
javax.xml.transform.TransformerConfigurationException
java.io.FileNotFoundException
java.lang.InterruptedException
RatReportFailedException
report
public static void report(IReportable container,
java.io.Writer out,
IHeaderMatcher matcher,
ILicenseFamily[] approvedLicenseNames)
throws java.io.IOException,
RatReportFailedException
- Throws:
java.io.IOException
RatReportFailedException
Copyright © 2006-2009. All Rights Reserved.