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.IStatusMirroringArtifactProvider. 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.IStatusCompositeArtifactProviderBaseImpl. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusIRawArtifactProvider. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)Writes the requested artifact in the specified raw format to the givenIRawArtifactSink.protected voidCompositeArtifactProvider. getRawArtifactFromAnySource(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor, java.util.List<org.eclipse.core.runtime.IStatus> statusCollector)protected abstract voidCompositeArtifactProviderBaseImpl. 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) classStreamRawArtifactSinkMethods in org.eclipse.tycho.repository.p2base.artifact.provider.streaming that return IRawArtifactSink Modifier and Type Method Description static IRawArtifactSinkArtifactSinkFactory. rawWriteToStream(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor, java.io.OutputStream destination)Returns anIRawArtifactSinkinstance 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 classArtifactRepositoryBaseImpl.RawAddingArtifactSinkMethods in org.eclipse.tycho.repository.p2base.artifact.repository that return IRawArtifactSink Modifier and Type Method Description abstract IRawArtifactSinkAbstractArtifactRepository2. newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)Returns a newIRawArtifactSinkinstance that adds the received artifact to this repository onIArtifactSink.commitWrite().IRawArtifactSinkArtifactRepositoryBaseImpl. newAddingRawArtifactSink(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor newDescriptor)IRawArtifactSinkProviderOnlyArtifactRepository. 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.IStatusArtifactRepositoryBaseImpl. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusProviderOnlyArtifactRepository. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)protected voidRepositoryArtifactProvider. getRawArtifactFromAnySource(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor, java.util.List<org.eclipse.core.runtime.IStatus> statusCollector)private booleanRepositoryArtifactProvider. 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)
-