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

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

Uses of ILicenseFamily in org.apache.rat
 

Methods in org.apache.rat that return ILicenseFamily
 ILicenseFamily[] ReportConfiguration.getApprovedLicenseNames()
          Returns the set of approved license names.
 

Methods in org.apache.rat with parameters of type ILicenseFamily
 void ReportConfiguration.setApprovedLicenseNames(ILicenseFamily[] approvedLicenseNames)
          Sets the set of approved license names.
 

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 SimpleLicenseFamily
          Trivial bean implementing ILicenseFamily
 class W3CDocumentLicenseFamily
           
 class W3CSoftwareLicenseFamily
           
 

Uses of ILicenseFamily in org.apache.rat.policy
 

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



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