Interface VersionFetcher

All Known Implementing Classes:
FancySpacesVersionFetcher, HangarVersionFetcher, MasterVersionFetcher, ModrinthVersionFetcher, ReposiliteVersionFetcher

public interface VersionFetcher
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final de.oliver.fancyanalytics.logger.ExtendedFancyLogger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.maven.artifact.versioning.ComparableVersion
     
    static String
     
     
  • Field Details

    • LOGGER

      static final de.oliver.fancyanalytics.logger.ExtendedFancyLogger LOGGER
  • Method Details

    • getDataFromUrl

      static String getDataFromUrl(String urlString)
    • fetchNewestVersion

      org.apache.maven.artifact.versioning.ComparableVersion fetchNewestVersion()
    • getDownloadUrl

      String getDownloadUrl()