Searched defs:licenses (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DLicenseSet.java23 * Represents a set of licenses that must be accepted in order for the product to be installed.
28 private final List<License> licenses; field in class:LicenseSet
31 * Initialises the license set with the given list of required licenses.
33 * @param licenses the licenses that are required.
34 * @throws NullPointerException if the list of licenses is null.
36 public LicenseSet(List<License> licenses) { argument
37 if (licenses == null) {
40 this.licenses = licenses;
[all...]
/forgerock/openam/openam-tools/openam-license-core/src/main/java/org/forgerock/openam/license/
H A DLicenseSet.java23 * Represents a set of licenses that must be accepted in order for the product to be installed.
28 private final List<License> licenses; field in class:LicenseSet
31 * Initialises the license set with the given list of required licenses.
33 * @param licenses the licenses that are required.
34 * @throws NullPointerException if the list of licenses is null.
36 public LicenseSet(List<License> licenses) { argument
37 if (licenses == null) {
40 this.licenses = licenses;
[all...]

Completed in 45 milliseconds