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.Transport
public 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.Transport
public 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.Transport
FileNotFoundException
org.eclipse.core.runtime.CoreException
org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException
public 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.Transport
org.eclipse.core.runtime.CoreException
FileNotFoundException
org.eclipse.equinox.internal.p2.repository.AuthenticationFailedException
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.