Class CorreoUpdateRepository

  • All Implemented Interfaces:
    org.pf4j.update.UpdateRepository

    public class CorreoUpdateRepository
    extends Object
    implements org.pf4j.update.UpdateRepository
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface org.pf4j.update.UpdateRepository
      • getUrl

        public URL getUrl()
        Specified by:
        getUrl in interface org.pf4j.update.UpdateRepository
      • getPlugins

        public Map<String,​org.pf4j.update.PluginInfo> getPlugins()
        Specified by:
        getPlugins in interface org.pf4j.update.UpdateRepository
      • getPlugin

        public org.pf4j.update.PluginInfo getPlugin​(String id)
        Specified by:
        getPlugin in interface org.pf4j.update.UpdateRepository
      • refresh

        public void refresh()
        Causes plugins.json to be read again to look for new updates from repositories.
        Specified by:
        refresh in interface org.pf4j.update.UpdateRepository
      • getFileDownloader

        public org.pf4j.update.FileDownloader getFileDownloader()
        Specified by:
        getFileDownloader in interface org.pf4j.update.UpdateRepository
      • getFileVerifier

        public org.pf4j.update.FileVerifier getFileVerifier()
        Gets a file verifier to execute on the downloaded file for it to be claimed valid. May be a CompoundVerifier in order to chain several verifiers.
        Specified by:
        getFileVerifier in interface org.pf4j.update.UpdateRepository
        Returns:
        list of FileVerifiers