Index
All Classes|All Packages
A
- aLicenseFamily() - Static method in class org.apache.rat.api.domain.LicenseFamilyBuilder
-
Begins to build a license family.
- APACHE - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
B
- build() - Method in class org.apache.rat.api.domain.LicenseFamilyBuilder
-
Builds a family.
C
- CDDL1 - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
D
- DOJO - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
G
- getCategory() - Method in class org.apache.rat.api.domain.LicenseFamily
-
Gets the name of the category containing this license family.
- getCategory() - Method in enum org.apache.rat.api.domain.RatLicenseFamily
- getName() - Method in class org.apache.rat.api.domain.LicenseFamily
-
Gets the name uniquely identifying this family.
- getName() - Method in enum org.apache.rat.api.domain.RatLicenseFamily
- getNotes() - Method in class org.apache.rat.api.domain.LicenseFamily
-
Gets further information associated with the license family.
- getNotes() - Method in enum org.apache.rat.api.domain.RatLicenseFamily
- GPL1 - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
- GPL2 - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
- GPL3 - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
L
- licenseFamily() - Method in enum org.apache.rat.api.domain.RatLicenseFamily
-
Gets a
LicenseFamilyrepresenting this data. - LicenseFamily - Class in org.apache.rat.api.domain
-
Licenses are grouped into families.
- LicenseFamily(String, String, String) - Constructor for class org.apache.rat.api.domain.LicenseFamily
-
Constructs an immutable license family.
- LicenseFamilyBuilder - Class in org.apache.rat.api.domain
-
Builds
LicenseFamilyinstances.
M
- MIT - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
O
- OASIS - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
- org.apache.rat.api.domain - package org.apache.rat.api.domain
R
- RatLicenseFamily - Enum in org.apache.rat.api.domain
-
Enumerates standard license families known to Rat.
T
- TMF854 - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
V
- valueOf(String) - Static method in enum org.apache.rat.api.domain.RatLicenseFamily
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.rat.api.domain.RatLicenseFamily
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- W3C - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
- W3C_DOCUMENTATION - Enum constant in enum org.apache.rat.api.domain.RatLicenseFamily
- withCategory(String) - Method in class org.apache.rat.api.domain.LicenseFamilyBuilder
-
Builds family with category containing this license family.
- withName(String) - Method in class org.apache.rat.api.domain.LicenseFamilyBuilder
-
Uniquely identifies this family.
- withNotes(String) - Method in class org.apache.rat.api.domain.LicenseFamilyBuilder
-
Builds family with further information associated with the license family.
All Classes|All Packages