Modifier and Type | Class and Description |
---|---|
class |
NonStartableArtifactSink |
Modifier and Type | Method and Description |
---|---|
org.eclipse.core.runtime.IStatus |
MirroringArtifactProvider.getRawArtifact(IRawArtifactSink sink,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static IRawArtifactSink |
ArtifactSinkFactory.rawWriteToStream(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor,
OutputStream destination)
Returns an
IRawArtifactSink instance for writing an artifact in a raw format to the
given output stream. |
Modifier and Type | Method and Description |
---|---|
abstract IRawArtifactSink |
AbstractArtifactRepository2.newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
Returns a new
IRawArtifactSink instance that adds the received artifact to this
repository on IArtifactSink.commitWrite() . |
IRawArtifactSink |
ProviderOnlyArtifactRepository.newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor) |
IRawArtifactSink |
ArtifactRepositoryBaseImpl.newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor newDescriptor) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ProbeRawArtifactSink |
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.