Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.streaming.IArtifactSink
-
-
Uses of IArtifactSink in org.eclipse.tycho.repository.local
Methods in org.eclipse.tycho.repository.local with parameters of type IArtifactSink Modifier and Type Method Description org.eclipse.core.runtime.IStatusMirroringArtifactProvider. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IArtifactSink in org.eclipse.tycho.repository.p2base.artifact.provider
Methods in org.eclipse.tycho.repository.p2base.artifact.provider with parameters of type IArtifactSink Modifier and Type Method Description static voidArtifactProviderImplUtilities. canWriteCanonicalArtifactToSink(IArtifactSink artifactSink)Checks if the given sink takes an artifact in canonical format.static voidArtifactProviderImplUtilities. canWriteToSink(IArtifactSink sink)Checks if the given sink can be written to.org.eclipse.core.runtime.IStatusCompositeArtifactProviderBaseImpl. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusIArtifactProvider. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)Writes the requested artifact to the givenIArtifactSink.protected voidCompositeArtifactProvider. getArtifactFromAnySource(IArtifactSink sink, List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor)protected abstract voidCompositeArtifactProviderBaseImpl. getArtifactFromAnySource(IArtifactSink sink, List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of IArtifactSink in org.eclipse.tycho.repository.p2base.artifact.provider.streaming
Subinterfaces of IArtifactSink in org.eclipse.tycho.repository.p2base.artifact.provider.streaming Modifier and Type Interface Description interfaceIRawArtifactSinkSpecialization ofIArtifactSinkfor receiving an artifact in a raw, repository internal storage format.Methods in org.eclipse.tycho.repository.p2base.artifact.provider.streaming that return IArtifactSink Modifier and Type Method Description static IArtifactSinkArtifactSinkFactory. writeToStream(org.eclipse.equinox.p2.metadata.IArtifactKey artifactKey, OutputStream destination)Returns anIArtifactSinkinstance for writing an artifact to an output stream. -
Uses of IArtifactSink in org.eclipse.tycho.repository.p2base.artifact.repository
Methods in org.eclipse.tycho.repository.p2base.artifact.repository that return IArtifactSink Modifier and Type Method Description abstract IArtifactSinkAbstractArtifactRepository2. newAddingArtifactSink(org.eclipse.equinox.p2.metadata.IArtifactKey key)Returns a newIArtifactSinkinstance that adds the received artifact to this repository oncommitWrite().IArtifactSinkArtifactRepositoryBaseImpl. newAddingArtifactSink(org.eclipse.equinox.p2.metadata.IArtifactKey key)IArtifactSinkProviderOnlyArtifactRepository. newAddingArtifactSink(org.eclipse.equinox.p2.metadata.IArtifactKey key)Methods in org.eclipse.tycho.repository.p2base.artifact.repository with parameters of type IArtifactSink Modifier and Type Method Description org.eclipse.core.runtime.IStatusArtifactRepositoryBaseImpl. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusProviderOnlyArtifactRepository. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)protected voidRepositoryArtifactProvider. getArtifactFromAnySource(IArtifactSink sink, List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor)
-