Uses of Class
org.wildfly.prospero.licenses.License
-
Packages that use License Package Description org.wildfly.prospero.actions org.wildfly.prospero.licenses -
-
Uses of License in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return types with arguments of type License Modifier and Type Method Description List<License>ProvisioningAction. 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.List<License>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 License Modifier and Type Method Description List<License>LicenseManager. getLicenses(Set<String> fpls)retrieveLicenses applicable to the list of FeaturePacks coordinates.static List<License>License. readLicenses(URL url)Method parameters in org.wildfly.prospero.licenses with type arguments of type License Modifier and Type Method Description voidLicenseManager. recordAgreements(List<License> licenses, Path targetServer)create a record of approved licenses within the installation.static voidLicense. writeLicenses(List<License> licenses, File targetFile)
-