Uses of Interface
org.apache.rat.license.ILicenseFamily

Packages that use ILicenseFamily
org.apache.rat   
org.apache.rat.license   
org.apache.rat.policy   
org.apache.rat.report.xml   
 

Uses of ILicenseFamily in org.apache.rat
 

Methods in org.apache.rat with parameters of type ILicenseFamily
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.
 

Uses of ILicenseFamily in org.apache.rat.license
 

Classes in org.apache.rat.license that implement ILicenseFamily
 class AcademicFree21LicenseFamily
           
 class Apache20LicenseFamily
           
 class ModifiedBSDLicenseFamily
           
 class OASISLicenseFamily
           
 class W3CDocumentLicenseFamily
           
 class W3CSoftwareLicenseFamily
           
 

Uses of ILicenseFamily in org.apache.rat.policy
 

Constructors in org.apache.rat.policy with parameters of type ILicenseFamily
DefaultPolicy(IClaimReporter reporter, ILicenseFamily[] approvedLicenses)
           
 

Uses of ILicenseFamily in org.apache.rat.report.xml
 

Methods in org.apache.rat.report.xml with parameters of type ILicenseFamily
static RatReport XmlReportFactory.createStandardReport(IXmlWriter writer, IHeaderMatcher matcher, ILicenseFamily[] approvedLicenses)
           
 



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