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
Contains the implementation of the downloader classes with JSON
-
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 theDownloadInfo
MapDownloadInfoLoader.load
(Downloader downloader) MapDownloadInfoLoader.loadMap
(Downloader downloader) Load the map for theDownloadInfo
parser -
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 -
Uses of Downloader in me.hsgamer.hscore.downloader.json
Methods in me.hsgamer.hscore.downloader.json with parameters of type Downloader