Uses of Class
org.eclipse.tycho.repository.p2base.artifact.provider.streaming.ArtifactSinkException
-
-
Uses of ArtifactSinkException in org.eclipse.tycho.repository.local
Methods in org.eclipse.tycho.repository.local that throw ArtifactSinkException Modifier and Type Method Description protected voidMirroringArtifactProvider. downloadArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key)protected org.eclipse.core.runtime.IStatusMirroringArtifactProvider. downloadCanonicalArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key)protected org.eclipse.core.runtime.IStatusMirroringArtifactProvider. downloadMostSpecificNeededFormatOfArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key)org.eclipse.core.runtime.IStatusMirroringArtifactProvider. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)org.eclipse.core.runtime.IStatusMirroringArtifactProvider. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)protected booleanMirroringArtifactProvider. makeOneFormatLocallyAvailable(org.eclipse.equinox.p2.metadata.IArtifactKey key) -
Uses of ArtifactSinkException in org.eclipse.tycho.repository.p2base.artifact.provider
Methods in org.eclipse.tycho.repository.p2base.artifact.provider that throw ArtifactSinkException Modifier and Type Method Description 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)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, List<org.eclipse.core.runtime.IStatus> statusCollector)protected abstract voidCompositeArtifactProviderBaseImpl. getRawArtifactFromAnySource(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor, List<org.eclipse.core.runtime.IStatus> statusCollector) -
Uses of ArtifactSinkException in org.eclipse.tycho.repository.p2base.artifact.provider.streaming
Methods in org.eclipse.tycho.repository.p2base.artifact.provider.streaming that throw ArtifactSinkException Modifier and Type Method Description voidIArtifactSink. abortWrite()Method for aborting the write operation.OutputStreamIArtifactSink. beginWrite()Method for starting the write operation.voidIArtifactSink. commitWrite()Method to committing the write operation. -
Uses of ArtifactSinkException in org.eclipse.tycho.repository.p2base.artifact.repository
Methods in org.eclipse.tycho.repository.p2base.artifact.repository that throw ArtifactSinkException 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)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, List<org.eclipse.core.runtime.IStatus> statusCollector)
-