public class Report extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public void report(PrintStream out) throws Exception
Exception
public void styleReport(PrintStream out) throws Exception
Exception
public static void report(PrintStream out, IReportable base, InputStream style, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames) throws IOException, TransformerConfigurationException, InterruptedException, RatReportFailedException
public static void report(Writer out, IReportable base, InputStream style, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames) throws IOException, TransformerConfigurationException, FileNotFoundException, InterruptedException, RatReportFailedException
public static void report(IReportable container, Writer out, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames) throws IOException, RatReportFailedException
IOException
RatReportFailedException
Copyright © 2006–2013. All rights reserved.