Uses of Interface
org.apache.rat.report.IReportable

Packages that use IReportable
org.apache.rat   
 

Uses of IReportable in org.apache.rat
 

Classes in org.apache.rat that implement IReportable
 class DirectoryWalker
          Walks directories.
 

Methods in org.apache.rat with parameters of type IReportable
static void Report.report(IReportable container, java.io.Writer out, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames)
           
static void Report.report(java.io.PrintStream out, IReportable base, java.io.InputStream style, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames)
          Output a report that is styled using a defined stylesheet.
static void Report.report(java.io.Writer out, IReportable base, java.io.InputStream style, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenseNames)
          Output a report that is styled using a defined stylesheet.
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.