| |
|
| java.lang.Object org.netbeans.installer.downloader.DownloadManager
DownloadManager | public class DownloadManager (Code) | | It's main downloader class. It's singleton.
Only from here client can access download service and register there own listeners.
Also from here managed execution of downloding process.
author: Danila_Dugurov |
DOWNLOADS_DIR_NAME | final public static String DOWNLOADS_DIR_NAME(Code) | | |
STATE_FILE_NAME | final public static String STATE_FILE_NAME(Code) | | |
getLocalDirectory | public File getLocalDirectory()(Code) | | |
invoke | public void invoke()(Code) | | |
isActive | public boolean isActive()(Code) | | |
setLocalDirectory | public void setLocalDirectory(File localDirectory)(Code) | | |
terminate | public void terminate()(Code) | | |
|
|
|