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 void
MirroringArtifactProvider. downloadArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key)
protected org.eclipse.core.runtime.IStatus
MirroringArtifactProvider. downloadCanonicalArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key)
protected org.eclipse.core.runtime.IStatus
MirroringArtifactProvider. downloadMostSpecificNeededFormatOfArtifact(org.eclipse.equinox.p2.metadata.IArtifactKey key)
org.eclipse.core.runtime.IStatus
MirroringArtifactProvider. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
MirroringArtifactProvider. getRawArtifact(IRawArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
protected boolean
MirroringArtifactProvider. 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.IStatus
CompositeArtifactProviderBaseImpl. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
IArtifactProvider. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
Writes the requested artifact to the givenIArtifactSink
.protected void
CompositeArtifactProvider. getArtifactFromAnySource(IArtifactSink sink, List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor)
protected abstract void
CompositeArtifactProviderBaseImpl. getArtifactFromAnySource(IArtifactSink sink, List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor)
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, 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)
-
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 void
IArtifactSink. abortWrite()
Method for aborting the write operation.OutputStream
IArtifactSink. beginWrite()
Method for starting the write operation.void
IArtifactSink. 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.IStatus
ArtifactRepositoryBaseImpl. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
ProviderOnlyArtifactRepository. getArtifact(IArtifactSink sink, org.eclipse.core.runtime.IProgressMonitor monitor)
protected void
RepositoryArtifactProvider. getArtifactFromAnySource(IArtifactSink sink, List<org.eclipse.core.runtime.IStatus> statusCollector, org.eclipse.core.runtime.IProgressMonitor monitor)
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, List<org.eclipse.core.runtime.IStatus> statusCollector)
-