Class PluginUpdateUtil


  • public class PluginUpdateUtil
    extends Object
    This class facilitates to check plug-in is outdated or not as per central plug-in and provide latest plug-in version .
    • Constructor Detail

      • PluginUpdateUtil

        public PluginUpdateUtil()
    • Method Detail

      • latestPluginVersion

        public static String latestPluginVersion​(String artificialDependency)
        Checks which is the last version of a plug-in. It connects to Maven central in order to find this information
        Parameters:
        artificialDependency - artificialDependency defines which plugin to compare with Maven central
        Returns:
        this method return the latest plugin version