Modifier and Type | Method and Description |
---|---|
void |
NonStartableArtifactSink.abortWrite() |
OutputStream |
NonStartableArtifactSink.beginWrite() |
void |
NonStartableArtifactSink.commitWrite() |
protected void |
MirroringArtifactProvider.downloadArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key) |
protected org.eclipse.core.runtime.IStatus |
MirroringArtifactProvider.downloadCanonicalArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key) |
protected org.eclipse.core.runtime.IStatus |
MirroringArtifactProvider.downloadMostSpecificNeededFormatOfArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key) |
org.eclipse.core.runtime.IStatus |
MirroringArtifactProvider.getArtifact(IArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
MirroringArtifactProvider.getRawArtifact(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected boolean |
MirroringArtifactProvider.makeOneFormatLocallyAvailable(org.eclipse.equinox.p2.metadata.IArtifactKey key) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
IArtifactProvider.getArtifact(IArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor)
Writes the requested artifact to the given
IArtifactSink . |
org.eclipse.core.runtime.IStatus |
CompositeArtifactProviderBaseImpl.getArtifact(IArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
CompositeArtifactProvider.getArtifactFromAnySource(IArtifactSink sink,
List<org.eclipse.core.runtime.IStatus> statusCollector,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected abstract void |
CompositeArtifactProviderBaseImpl.getArtifactFromAnySource(IArtifactSink sink,
List<org.eclipse.core.runtime.IStatus> statusCollector,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
IRawArtifactProvider.getRawArtifact(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor)
Writes the requested artifact in the specified raw format to the given
IRawArtifactSink . |
org.eclipse.core.runtime.IStatus |
CompositeArtifactProviderBaseImpl.getRawArtifact(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
CompositeArtifactProvider.getRawArtifactFromAnySource(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor,
List<org.eclipse.core.runtime.IStatus> statusCollector) |
protected abstract void |
CompositeArtifactProviderBaseImpl.getRawArtifactFromAnySource(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor,
List<org.eclipse.core.runtime.IStatus> statusCollector) |
Modifier and Type | Method and Description |
---|---|
void |
IArtifactSink.abortWrite()
Method for aborting the write operation.
|
OutputStream |
IArtifactSink.beginWrite()
Method for starting the write operation.
|
void |
IArtifactSink.commitWrite()
Method to committing the write operation.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
ProviderOnlyArtifactRepository.getArtifact(IArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
ArtifactRepositoryBaseImpl.getArtifact(IArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
RepositoryArtifactProvider.getArtifactFromAnySource(IArtifactSink sink,
List<org.eclipse.core.runtime.IStatus> statusCollector,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
ProviderOnlyArtifactRepository.getRawArtifact(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
ArtifactRepositoryBaseImpl.getRawArtifact(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
RepositoryArtifactProvider.getRawArtifactFromAnySource(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor,
List<org.eclipse.core.runtime.IStatus> statusCollector) |
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.