Uses of Interface
me.hsgamer.hscore.downloader.core.loader.DownloadInfoLoader
Packages that use DownloadInfoLoader
Package
Description
Contains the downloader's base classes
Contains the implementations of the
DownloadInfoLoader
interface.Contains the implementation of the downloader classes with JSON
-
Uses of DownloadInfoLoader in me.hsgamer.hscore.downloader.core
Methods in me.hsgamer.hscore.downloader.core that return DownloadInfoLoaderModifier and TypeMethodDescriptionDownloader.getDownloadInfoLoader()
Get the download info loaderConstructors in me.hsgamer.hscore.downloader.core with parameters of type DownloadInfoLoaderModifierConstructorDescriptionDownloader
(DownloadInfoLoader downloadInfoLoader, InputStreamLoader inputStreamLoader, File folder) Create a new downloader -
Uses of DownloadInfoLoader in me.hsgamer.hscore.downloader.core.loader
Classes in me.hsgamer.hscore.downloader.core.loader that implement DownloadInfoLoaderModifier and TypeClassDescriptionclass
A simpleDownloadInfoLoader
that loads the download info from a map. -
Uses of DownloadInfoLoader in me.hsgamer.hscore.downloader.json
Classes in me.hsgamer.hscore.downloader.json that implement DownloadInfoLoaderModifier and TypeClassDescriptionclass
A simpleDownloadInfoLoader
that loads the download info from a JSON file.