org.eclipse.equinox.p2.metadata
Interface IInstallableUnitFragment
- All Superinterfaces:
- Comparable<IInstallableUnit>, IInstallableUnit, IVersionedId
public interface IInstallableUnitFragment
- extends IInstallableUnit
Represents a fragment that contributes additional requirements, capabilities,
and other properties to some host installable unit. Installable unit fragments
are not directly installed, but rather they alter the metadata of other installable
units.
Instances of this class are handle objects and do not necessarily
reflect entities that exist in any particular profile or repository. These handle
objects can be created using MetadataFactory
.
- Since:
- 2.0
- See Also:
MetadataFactory.createInstallableUnitFragment(org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitFragmentDescription)
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
Methods inherited from interface org.eclipse.equinox.p2.metadata.IInstallableUnit |
equals, getArtifacts, getCopyright, getCopyright, getFilter, getFragments, getLicenses, getLicenses, getMetaRequirements, getProperties, getProperty, getProperty, getProvidedCapabilities, getRequirements, getTouchpointData, getTouchpointType, getUpdateDescriptor, isResolved, isSingleton, satisfies, unresolved |
getHost
Collection<IRequirement> getHost()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.