public abstract class AbstractSecresDownload extends de.cismet.tools.gui.downloadmanager.AbstractCancellableDownload implements SecresDownload, de.cismet.connectioncontext.ConnectionContextProvider
| Constructor and Description |
|---|
AbstractSecresDownload(String title,
String directory,
String targetFileBasename,
String targetFileExtension,
de.cismet.connectioncontext.ConnectionContext connectionContext)
Creates a new AbstractSecresDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
de.cismet.connectioncontext.ConnectionContext |
getConnectionContext() |
protected abstract String |
getSecresApiBasePath()
DOCUMENT ME!
|
protected abstract String |
getSecresKey()
DOCUMENT ME!
|
protected abstract String |
getSecresPath()
DOCUMENT ME!
|
URL |
getSecresURL()
DOCUMENT ME!
|
void |
run() |
protected void |
setDirectory(String directory)
DOCUMENT ME!
|
protected void |
setStatus(de.cismet.tools.gui.downloadmanager.Download.State status)
DOCUMENT ME!
|
compareTo, determineDestinationFile, equals, error, getCaughtException, getDownloadsCompleted, getDownloadsErroneous, getDownloadsTotal, getExceptionPanel, getFileToSaveTo, getStatus, getTitle, hashCode, setParallelDownloads, startDownload, stateChanged, titleChangedaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic AbstractSecresDownload(String title, String directory, String targetFileBasename, String targetFileExtension, de.cismet.connectioncontext.ConnectionContext connectionContext)
title - DOCUMENT ME!directory - DOCUMENT ME!targetFileBasename - DOCUMENT ME!targetFileExtension - DOCUMENT ME!connectionContext - DOCUMENT ME!public final de.cismet.connectioncontext.ConnectionContext getConnectionContext()
getConnectionContext in interface de.cismet.connectioncontext.ConnectionContextProviderprotected final void setDirectory(String directory)
directory - DOCUMENT ME!protected final void setStatus(de.cismet.tools.gui.downloadmanager.Download.State status)
status - DOCUMENT ME!public void run()
public URL getSecresURL() throws Exception
SecresDownloadgetSecresURL in interface SecresDownloadException - DOCUMENT ME!protected abstract String getSecresPath() throws Exception
Exception - DOCUMENT ME!protected abstract String getSecresApiBasePath() throws Exception
Exception - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.