Uses of Class
me.hsgamer.hscore.downloader.core.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
Modifier 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
ModifierConstructorDescriptionDownloadInfo
(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