Uses of Interface
org.eclipse.equinox.p2.metadata.IArtifactKey
Packages that use IArtifactKey
Package
Description
Provides support for interacting with the p2 provisioning engine
Defines the metadata being handled by p2.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
-
Uses of IArtifactKey in org.eclipse.equinox.p2.engine
Methods in org.eclipse.equinox.p2.engine that return types with arguments of type IArtifactKeyModifier and TypeMethodDescriptionProvisioningContext.getArtifactKeys(IProgressMonitor monitor) Returns a queryable that can be used to obtain any artifact keys that are needed for the provisioning operation.ProvisioningContext.getArtifactSources(Collection<? extends IArtifactKey> keys, IProgressMonitor monitor) Returns a map from simple artifact repository location to a subset of the given artifact keys available in that repository.Method parameters in org.eclipse.equinox.p2.engine with type arguments of type IArtifactKeyModifier and TypeMethodDescriptionProvisioningContext.getArtifactSources(Collection<? extends IArtifactKey> keys, IProgressMonitor monitor) Returns a map from simple artifact repository location to a subset of the given artifact keys available in that repository. -
Uses of IArtifactKey in org.eclipse.equinox.p2.metadata
Methods in org.eclipse.equinox.p2.metadata that return types with arguments of type IArtifactKeyModifier and TypeMethodDescriptionIInstallableUnit.getArtifacts()Returns the collection of artifacts associated with this installable unit.Methods in org.eclipse.equinox.p2.metadata with parameters of type IArtifactKeyModifier and TypeMethodDescriptionvoidMetadataFactory.InstallableUnitDescription.setArtifacts(IArtifactKey[] value) Set the artifact keys for the installable unit. -
Uses of IArtifactKey in org.eclipse.equinox.p2.repository.artifact
Methods in org.eclipse.equinox.p2.repository.artifact that return IArtifactKeyModifier and TypeMethodDescriptionIArtifactRepository.createArtifactKey(String classifier, String id, Version version) Create an instance ofIArtifactKeyIArtifactDescriptor.getArtifactKey()Return the key for the artifact described by this descriptor.IArtifactRequest.getArtifactKey()Returns the key for the artifact that is being requestedMethods in org.eclipse.equinox.p2.repository.artifact with parameters of type IArtifactKeyModifier and TypeMethodDescriptionbooleanIArtifactRepository.contains(IArtifactKey key) Returns true if this repository contains the given artifact key.IArtifactRepository.createArtifactDescriptor(IArtifactKey key) Create an instance ofIArtifactDescriptorbased on the given keyIArtifactRepositoryManager.createMirrorRequest(IArtifactKey key, IArtifactRepository destination, Map<String, String> destinationDescriptorProperties, Map<String, String> destinationRepositoryProperties) Return a new request to mirror the given artifact into the destination repository.IArtifactRepositoryManager.createMirrorRequest(IArtifactKey key, IArtifactRepository destination, Map<String, String> destinationDescriptorProperties, Map<String, String> destinationRepositoryProperties, String downloadStatsParameters) Return a new request to mirror the given artifact into the destination repository.IArtifactRepository.getArtifactDescriptors(IArtifactKey key) Return the set of artifact descriptors describing the ways that this repository can supply the artifact associated with the given artifact keyIFileArtifactRepository.getArtifactFile(IArtifactKey key) Return the location of the full local file corresponding to the given artifact key to the given key, ornullif not available.voidIArtifactRepository.removeDescriptor(IArtifactKey key) Deprecated.voidIArtifactRepository.removeDescriptor(IArtifactKey key, IProgressMonitor monitor) Remove the given key and all related content and descriptors from this repository.voidIArtifactRepository.removeDescriptors(IArtifactKey[] keys) voidIArtifactRepository.removeDescriptors(IArtifactKey[] keys, IProgressMonitor monitor) Remove the given list of keys and all related content and descriptors from this repository.Constructors in org.eclipse.equinox.p2.repository.artifact with parameters of type IArtifactKeyModifierConstructorDescriptionThe query will match descriptors whoseidandversionRangematch the supplied keyCreates an artifact key query that will match any key equal to the provided key -
Uses of IArtifactKey in org.eclipse.equinox.p2.repository.artifact.spi
Fields in org.eclipse.equinox.p2.repository.artifact.spi declared as IArtifactKeyMethods in org.eclipse.equinox.p2.repository.artifact.spi that return IArtifactKeyModifier and TypeMethodDescriptionAbstractArtifactRepository.createArtifactKey(String classifier, String id, Version version) ArtifactDescriptor.getArtifactKey()Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IArtifactKeyModifier and TypeMethodDescriptionabstract booleanAbstractArtifactRepository.contains(IArtifactKey key) AbstractArtifactRepository.createArtifactDescriptor(IArtifactKey key) abstract IArtifactDescriptor[]AbstractArtifactRepository.getArtifactDescriptors(IArtifactKey key) voidAbstractArtifactRepository.removeDescriptor(IArtifactKey key) Deprecated.voidAbstractArtifactRepository.removeDescriptor(IArtifactKey key, IProgressMonitor monitor) Remove the given key and all related content and descriptors from this repository.voidAbstractArtifactRepository.removeDescriptors(IArtifactKey[] keys) Deprecated.voidAbstractArtifactRepository.removeDescriptors(IArtifactKey[] keys, IProgressMonitor monitor) Remove the given list of keys and all related content and descriptors from this repository.Method parameters in org.eclipse.equinox.p2.repository.artifact.spi with type arguments of type IArtifactKeyModifier and TypeMethodDescriptionIArtifactUIServices.getTrustInfo(Map<List<Certificate>, Set<IArtifactKey>> untrustedCertificateChains, Map<org.bouncycastle.openpgp.PGPPublicKey, Set<IArtifactKey>> untrustedPGPKeys, Set<IArtifactKey> unsignedArtifacts, Map<IArtifactKey, File> artifactFiles) Opens a UI prompt to capture information about trusted content.IArtifactUIServices.getTrustInfo(Map<List<Certificate>, Set<IArtifactKey>> untrustedCertificateChains, Map<org.bouncycastle.openpgp.PGPPublicKey, Set<IArtifactKey>> untrustedPGPKeys, Set<IArtifactKey> unsignedArtifacts, Map<IArtifactKey, File> artifactFiles) Opens a UI prompt to capture information about trusted content.static UIServices.TrustInfoIArtifactUIServices.getTrustInfo(UIServices uiServices, Map<List<Certificate>, Set<IArtifactKey>> untrustedCertificateChains, Map<org.bouncycastle.openpgp.PGPPublicKey, Set<IArtifactKey>> untrustedPGPKeys, Set<IArtifactKey> unsignedArtifacts, Map<IArtifactKey, File> artifactFiles) Opens a UI prompt to capture information about trusted content.static UIServices.TrustInfoIArtifactUIServices.getTrustInfo(UIServices uiServices, Map<List<Certificate>, Set<IArtifactKey>> untrustedCertificateChains, Map<org.bouncycastle.openpgp.PGPPublicKey, Set<IArtifactKey>> untrustedPGPKeys, Set<IArtifactKey> unsignedArtifacts, Map<IArtifactKey, File> artifactFiles) Opens a UI prompt to capture information about trusted content.Constructors in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IArtifactKeyModifierConstructorDescriptionReturns a new artifact descriptor that uses the provided artifact key
IArtifactRepository.removeDescriptor(IArtifactKey, IProgressMonitor)