Uses of Interface
org.apache.rat.license.ILicenseFamily
-
Packages that use ILicenseFamily Package Description org.apache.rat org.apache.rat.anttasks org.apache.rat.config Contains source code management / revision control information used during plugin runs.org.apache.rat.license org.apache.rat.mp org.apache.rat.policy -
-
Uses of ILicenseFamily in org.apache.rat
Fields in org.apache.rat declared as ILicenseFamily Modifier and Type Field Description private ILicenseFamily[]ReportConfiguration. approvedLicenseNamesMethods in org.apache.rat that return ILicenseFamily Modifier and Type Method Description ILicenseFamily[]ReportConfiguration. getApprovedLicenseNames()Returns the set of approved license names.Methods in org.apache.rat with parameters of type ILicenseFamily Modifier and Type Method Description voidReportConfiguration. setApprovedLicenseNames(ILicenseFamily[] approvedLicenseNames)Sets the set of approved license names.Method parameters in org.apache.rat with type arguments of type ILicenseFamily Modifier and Type Method Description voidReportConfiguration. setApprovedLicenseNames(java.util.List<ILicenseFamily> approvedLicenseNames)Sets the set of approved license names (convenience). -
Uses of ILicenseFamily in org.apache.rat.anttasks
Fields in org.apache.rat.anttasks with type parameters of type ILicenseFamily Modifier and Type Field Description private java.util.ArrayList<ILicenseFamily>Report. licenseNamesMethods in org.apache.rat.anttasks that return ILicenseFamily Modifier and Type Method Description private ILicenseFamily[]Report. getApprovedLicenseNames()Methods in org.apache.rat.anttasks with parameters of type ILicenseFamily Modifier and Type Method Description voidReport. add(ILicenseFamily license) -
Uses of ILicenseFamily in org.apache.rat.config
Methods in org.apache.rat.config with parameters of type ILicenseFamily Modifier and Type Method Description static java.util.List<java.lang.String>ConfigurationUtil. toNames(ILicenseFamily[] approvedLicenses)Extract license names from the given license families. -
Uses of ILicenseFamily in org.apache.rat.license
Classes in org.apache.rat.license that implement ILicenseFamily Modifier and Type Class Description classAcademicFree21LicenseFamilyclassApache20LicenseFamilyclassCDDL1LicenseFamilyBase implementation for CDDL 1.0 licenses.classGPL1LicenseFamilyBase implementation for GPLv1 or later.classGPL2LicenseFamilyBase implementation for GPLv2 or later.classGPL3LicenseFamilyBase implementation for GPLv3 or later.classMITLicenseFamilyBase implementation for MIT licenses.classModifiedBSDLicenseFamilyclassOASISLicenseFamilyclassSimpleLicenseFamilyTrivial bean implementing ILicenseFamilyclassW3CDocumentLicenseFamilyclassW3CSoftwareLicenseFamily -
Uses of ILicenseFamily in org.apache.rat.mp
Fields in org.apache.rat.mp declared as ILicenseFamily Modifier and Type Field Description private ILicenseFamily[]AbstractRatMojo. licenseFamiliesSpecifies the license families to accept.Methods in org.apache.rat.mp that return types with arguments of type ILicenseFamily Modifier and Type Method Description private java.util.List<ILicenseFamily>AbstractRatMojo. mergeApprovedLicenseNames() -
Uses of ILicenseFamily in org.apache.rat.policy
Constructors in org.apache.rat.policy with parameters of type ILicenseFamily Constructor Description DefaultPolicy(ILicenseFamily[] approvedLicenses, boolean mergeWithDefault)
-