Uses of Class
org.wildfly.prospero.licenses.License
Packages that use License
-
Uses of License in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return types with arguments of type LicenseModifier and TypeMethodDescriptionProvisioningAction.getPendingLicenses(org.jboss.galleon.api.config.GalleonProvisioningConfig provisioningConfig, List<org.wildfly.channel.Channel> channels) List agreements and licenses that need to be accepted before installing the required Feature Packs.FeaturesAddAction.getRequiredLicenses(String featurePackCoord) -
Uses of License in org.wildfly.prospero.licenses
Methods in org.wildfly.prospero.licenses that return types with arguments of type LicenseModifier and TypeMethodDescriptionLicenseManager.getLicenses(Set<String> fpls) retrieveLicenses applicable to the list of FeaturePacks coordinates.License.readLicenses(URL url) Method parameters in org.wildfly.prospero.licenses with type arguments of type LicenseModifier and TypeMethodDescriptionvoidLicenseManager.recordAgreements(List<License> licenses, Path targetServer) create a record of approved licenses within the installation.static voidLicense.writeLicenses(List<License> licenses, File targetFile)