Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.metadata.ILicense

Packages that use ILicense
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
org.eclipse.equinox.p2.ui 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 ILicense
 ILicense[] IInstallableUnit.getLicenses(String locale)
          Returns the licenses that apply to this installable unit.
 

Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type ILicense
 Collection<ILicense> IInstallableUnit.getLicenses()
          Returns the untranslated licenses that apply to this installable unit.
 

Uses of ILicense in org.eclipse.equinox.p2.ui
 

Methods in org.eclipse.equinox.p2.ui with parameters of type ILicense
abstract  boolean LicenseManager.accept(ILicense license)
          Record the acceptance of the specified license.
abstract  boolean LicenseManager.isAccepted(ILicense license)
          Return a boolean indicating whether a particular license has previously been accepted.
abstract  boolean LicenseManager.reject(ILicense license)
          Record the rejection of the specified license.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.