Uses of Interface
org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
Packages that use IArtifactRequest
Package
Description
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
-
Uses of IArtifactRequest in org.eclipse.equinox.p2.repository.artifact
Fields in org.eclipse.equinox.p2.repository.artifact declared as IArtifactRequestModifier and TypeFieldDescriptionstatic final IArtifactRequest[]
IArtifactRepositoryManager.NO_ARTIFACT_REQUEST
A convenience constant representing an empty set of artifact requests.Methods in org.eclipse.equinox.p2.repository.artifact that return IArtifactRequestModifier and TypeMethodDescriptionIArtifactRepositoryManager.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.Methods in org.eclipse.equinox.p2.repository.artifact with parameters of type IArtifactRequestModifier and TypeMethodDescriptionIArtifactRepository.getArtifacts
(IArtifactRequest[] requests, IProgressMonitor monitor) Executes the given artifact requests on this byte server. -
Uses of IArtifactRequest in org.eclipse.equinox.p2.repository.artifact.spi
Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IArtifactRequestModifier and TypeMethodDescriptionabstract IStatus
AbstractArtifactRepository.getArtifacts
(IArtifactRequest[] requests, IProgressMonitor monitor)