Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.streaming.IRawArtifactSink
-
-
Uses of IRawArtifactSink in org.eclipse.tycho.repository.local
Methods in org.eclipse.tycho.repository.local with parameters of type IRawArtifactSink Modifier and Type Method Description org.eclipse.core.runtime.IStatus
MirroringArtifactProvider. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Uses of IRawArtifactSink in org.eclipse.tycho.repository.p2base.artifact.provider
Methods in org.eclipse.tycho.repository.p2base.artifact.provider with parameters of type IRawArtifactSink Modifier and Type Method Description org.eclipse.core.runtime.IStatus
CompositeArtifactProviderBaseImpl. getRawArtifact(IRawArtifactSink sink, 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 givenIRawArtifactSink
.protected void
CompositeArtifactProvider. getRawArtifactFromAnySource(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor, java.util.List<org.eclipse.core.runtime.IStatus> statusCollector)
protected abstract void
CompositeArtifactProviderBaseImpl. getRawArtifactFromAnySource(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor, java.util.List<org.eclipse.core.runtime.IStatus> statusCollector)
-
Uses of IRawArtifactSink in org.eclipse.tycho.repository.p2base.artifact.provider.streaming
Classes in org.eclipse.tycho.repository.p2base.artifact.provider.streaming that implement IRawArtifactSink Modifier and Type Class Description (package private) class
StreamRawArtifactSink
Methods in org.eclipse.tycho.repository.p2base.artifact.provider.streaming that return IRawArtifactSink Modifier and Type Method Description static IRawArtifactSink
ArtifactSinkFactory. rawWriteToStream(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor, java.io.OutputStream destination)
Returns anIRawArtifactSink
instance for writing an artifact in a raw format to the given output stream. -
Uses of IRawArtifactSink in org.eclipse.tycho.repository.p2base.artifact.repository
Classes in org.eclipse.tycho.repository.p2base.artifact.repository that implement IRawArtifactSink Modifier and Type Class Description private class
ArtifactRepositoryBaseImpl.RawAddingArtifactSink
Methods in org.eclipse.tycho.repository.p2base.artifact.repository that return IRawArtifactSink Modifier and Type Method Description abstract IRawArtifactSink
AbstractArtifactRepository2. newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
Returns a newIRawArtifactSink
instance that adds the received artifact to this repository onIArtifactSink.commitWrite()
.IRawArtifactSink
ArtifactRepositoryBaseImpl. newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor newDescriptor)
IRawArtifactSink
ProviderOnlyArtifactRepository. newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
Methods in org.eclipse.tycho.repository.p2base.artifact.repository with parameters of type IRawArtifactSink Modifier and Type Method Description org.eclipse.core.runtime.IStatus
ArtifactRepositoryBaseImpl. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
ProviderOnlyArtifactRepository. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
protected void
RepositoryArtifactProvider. getRawArtifactFromAnySource(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor, java.util.List<org.eclipse.core.runtime.IStatus> statusCollector)
private boolean
RepositoryArtifactProvider. getRawArtifactFromRepository(org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository, IRawArtifactSink sink, java.util.List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor)
-