ch.tatool.core.module.creator
Class FileDownloadWorker
java.lang.Object
ch.tatool.core.module.creator.FileDownloadWorker
- All Implemented Interfaces:
- Worker
public class FileDownloadWorker
- extends Object
- implements Worker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDownloadWorker
public FileDownloadWorker()
loadFile
public void loadFile(String url,
int timeout)
- Loads the module file from the data server using the provided code.
hasFinished
public boolean hasFinished()
- Specified by:
hasFinished in interface Worker
getFile
public File getFile()
setFile
public void setFile(File file)
getErrorTitle
public String getErrorTitle()
- Specified by:
getErrorTitle in interface Worker
setErrorTitle
public void setErrorTitle(String errorTitle)
getErrorText
public String getErrorText()
- Specified by:
getErrorText in interface Worker
setErrorText
public void setErrorText(String errorText)
setMessages
public void setMessages(Messages messages)
getMessages
public Messages getMessages()
Copyright © 2012. All Rights Reserved.