public class DownloadWorker
extends javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_errorMsg |
protected FileNode |
_fileNode |
protected java.io.File |
_tmpDir |
protected long |
_totalBytes |
Constructor and Description |
---|
DownloadWorker(FileNode fileNode,
long totalBytes,
java.io.File tmpDir) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
doInBackground() |
protected java.lang.String |
getError() |
protected boolean |
hasErrors() |
protected void |
makeDir(java.lang.String name) |
protected FileNode _fileNode
protected long _totalBytes
protected java.io.File _tmpDir
protected java.lang.String _errorMsg
public DownloadWorker(FileNode fileNode, long totalBytes, java.io.File tmpDir)
protected boolean hasErrors()
protected java.lang.String getError()
protected java.lang.Void doInBackground()
doInBackground
in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
protected void makeDir(java.lang.String name)
Copyright © 2004-2014 The YAWL Foundation.