Uses of Interface
org.eclipse.equinox.p2.metadata.ILicense
Packages that use ILicense
Package
Description
Defines the metadata being handled by p2.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
-
Uses of ILicense in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return ILicenseModifier and TypeMethodDescriptionstatic ILicenseMetadataFactory.createLicense(URI location, String body) Return a newILicenseThe body should contain either the full text of the license or an summary for a license fully specified in the given location.Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type ILicenseModifier and TypeMethodDescriptionIInstallableUnit.getLicenses()Returns the untranslated licenses that apply to this installable unit.IInstallableUnit.getLicenses(String locale) Returns the licenses that apply to this installable unit.Methods in org.eclipse.equinox.p2.metadata with parameters of type ILicenseModifier and TypeMethodDescriptionvoidMetadataFactory.InstallableUnitDescription.setLicenses(ILicense[] licenses) Set the licenses for the installable unit. -
Uses of ILicense in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui with parameters of type ILicenseModifier and TypeMethodDescriptionabstract booleanRecord the acceptance of the specified license.abstract booleanLicenseManager.isAccepted(ILicense license) Return a boolean indicating whether a particular license has previously been accepted.abstract booleanRecord the rejection of the specified license.