Uses of Class
me.hsgamer.hscore.downloader.core.Downloader
Packages that use Downloader
Package
Description
Contains the implementations of the
DownloadInfoLoader interface.Contains the objects for the downloader
-
Uses of Downloader in me.hsgamer.hscore.downloader.core.loader
Methods in me.hsgamer.hscore.downloader.core.loader with parameters of type DownloaderModifier and TypeMethodDescriptionDownloadInfoLoader.load(Downloader downloader) Load theDownloadInfoMapDownloadInfoLoader.load(Downloader downloader) MapDownloadInfoLoader.loadMap(Downloader downloader) Load the map for theDownloadInfoparser -
Uses of Downloader in me.hsgamer.hscore.downloader.core.object
Constructors in me.hsgamer.hscore.downloader.core.object with parameters of type DownloaderModifierConstructorDescriptionDownloadInfo(String name, String fileName, String version, String directLink, Map<String, Object> data, Downloader downloader) Create a new download informationDownloadInfo(String name, String fileName, String version, String directLink, Downloader downloader) Create a new download information