public class OfflineTransport
extends org.eclipse.equinox.internal.p2.repository.Transport
| Constructor and Description |
|---|
OfflineTransport() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IStatus |
download(URI toDownload,
OutputStream target,
org.eclipse.core.runtime.IProgressMonitor monitor) |
org.eclipse.core.runtime.IStatus |
download(URI toDownload,
OutputStream target,
long startPos,
org.eclipse.core.runtime.IProgressMonitor monitor) |
long |
getLastModified(URI toDownload,
org.eclipse.core.runtime.IProgressMonitor monitor) |
InputStream |
stream(URI toDownload,
org.eclipse.core.runtime.IProgressMonitor monitor) |
public org.eclipse.core.runtime.IStatus download(URI toDownload, OutputStream target, long startPos, org.eclipse.core.runtime.IProgressMonitor monitor)
download in class org.eclipse.equinox.internal.p2.repository.Transportpublic org.eclipse.core.runtime.IStatus download(URI toDownload, OutputStream target, org.eclipse.core.runtime.IProgressMonitor monitor)
download in class org.eclipse.equinox.internal.p2.repository.Transportpublic InputStream stream(URI toDownload, org.eclipse.core.runtime.IProgressMonitor monitor) throws FileNotFoundException, org.eclipse.core.runtime.CoreException, org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException
stream in class org.eclipse.equinox.internal.p2.repository.TransportFileNotFoundExceptionorg.eclipse.core.runtime.CoreExceptionorg.eclipse.equinox.internal.p2.repository.AuthenticationFailedExceptionpublic long getLastModified(URI toDownload, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException, FileNotFoundException, org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException
getLastModified in class org.eclipse.equinox.internal.p2.repository.Transportorg.eclipse.core.runtime.CoreExceptionFileNotFoundExceptionorg.eclipse.equinox.internal.p2.repository.AuthenticationFailedExceptionCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.