| Package | Description |
|---|---|
| org.apache.rat | |
| org.apache.rat.config |
Contains source code management / revision control information used during plugin runs.
|
| org.apache.rat.license | |
| org.apache.rat.policy |
| Modifier and Type | Method and Description |
|---|---|
ILicenseFamily[] |
ReportConfiguration.getApprovedLicenseNames()
Returns the set of approved license names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportConfiguration.setApprovedLicenseNames(ILicenseFamily[] approvedLicenseNames)
Sets the set of approved license names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportConfiguration.setApprovedLicenseNames(List<ILicenseFamily> approvedLicenseNames)
Sets the set of approved license names (convenience).
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ConfigurationUtil.toNames(ILicenseFamily[] approvedLicenses)
Extract license names from the given license families.
|
| Modifier and Type | Class and 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 ILicenseFamily
|
class |
W3CDocumentLicenseFamily |
class |
W3CSoftwareLicenseFamily |
| Constructor and Description |
|---|
DefaultPolicy(ILicenseFamily[] approvedLicenses,
boolean mergeWithDefault) |
Copyright © 2006–2016 Apache Software Foundation. All rights reserved.