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 This package contains the Rat plugins for Maven.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. approvedLicenseNames
Methods 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 void
ReportConfiguration. 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 void
ReportConfiguration. 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. licenseNames
Methods 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 void
Report. 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 class
AcademicFree21LicenseFamily
class
Apache20LicenseFamily
class
CDDL1LicenseFamily
Base implementation for CDDL 1.0 licenses.class
GPL1LicenseFamily
Base implementation for GPLv1 or later.class
GPL2LicenseFamily
Base implementation for GPLv2 or later.class
GPL3LicenseFamily
Base implementation for GPLv3 or later.class
MITLicenseFamily
Base implementation for MIT licenses.class
ModifiedBSDLicenseFamily
class
OASISLicenseFamily
class
SimpleLicenseFamily
Trivial bean implementing ILicenseFamilyclass
W3CDocumentLicenseFamily
class
W3CSoftwareLicenseFamily
-
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. licenseFamilies
Specifies 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)
-