rat
Class Report

java.lang.Object
  extended by rat.Report

public class Report
extends Object


Method Summary
static void main(String[] args)
           
static void report(IReportable container, Writer out, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames)
           
 void report(PrintStream out)
           
static void report(PrintStream out, IReportable base, InputStream style, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames)
           
static void report(Writer out, IReportable base, InputStream style, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames)
           
 void styleReport(PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static final void main(String[] args)
                       throws Exception
Throws:
Exception

report

public void report(PrintStream out)
            throws Exception
Throws:
Exception

styleReport

public void styleReport(PrintStream out)
                 throws Exception
Throws:
Exception

report

public static void report(PrintStream out,
                          IReportable base,
                          InputStream style,
                          IHeaderMatcher matcher,
                          ILicenseFamily[] approvedLicenseNames)
                   throws IOException,
                          TransformerConfigurationException,
                          InterruptedException,
                          RatReportFailedException
Throws:
IOException
TransformerConfigurationException
InterruptedException
RatReportFailedException

report

public static void report(Writer out,
                          IReportable base,
                          InputStream style,
                          IHeaderMatcher matcher,
                          ILicenseFamily[] approvedLicenseNames)
                   throws IOException,
                          TransformerConfigurationException,
                          FileNotFoundException,
                          InterruptedException,
                          RatReportFailedException
Throws:
IOException
TransformerConfigurationException
FileNotFoundException
InterruptedException
RatReportFailedException

report

public static void report(IReportable container,
                          Writer out,
                          IHeaderMatcher matcher,
                          ILicenseFamily[] approvedLicenseNames)
                   throws IOException,
                          RatReportFailedException
Throws:
IOException
RatReportFailedException


Copyright © 2006-2011. All Rights Reserved.