Package | Description |
---|---|
org.eclipse.equinox.p2.repository.artifact |
Defines artifact repository.
|
org.eclipse.equinox.p2.repository.artifact.spi |
Defines SPI for registering new implementations of artifact repositories.
|
Modifier and Type | Field and Description |
---|---|
static IArtifactRequest[] |
IArtifactRepositoryManager.NO_ARTIFACT_REQUEST
A convenience constant representing an empty set of artifact requests.
|
Modifier and Type | Method and Description |
---|---|
IArtifactRequest |
IArtifactRepositoryManager.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.
|
IArtifactRequest |
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.
|
Modifier and Type | Method and Description |
---|---|
IStatus |
IArtifactRepository.getArtifacts(IArtifactRequest[] requests,
IProgressMonitor monitor)
Executes the given artifact requests on this byte server.
|
Modifier and Type | Method and Description |
---|---|
abstract IStatus |
AbstractArtifactRepository.getArtifacts(IArtifactRequest[] requests,
IProgressMonitor monitor) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.