Package com.devonfw.cobigen.cli.utils
Class PluginUpdateUtil
- java.lang.Object
-
- com.devonfw.cobigen.cli.utils.PluginUpdateUtil
-
public class PluginUpdateUtil extends java.lang.ObjectThis class facilitates to check plug-in is outdated or not as per central plug-in and provide latest plug-in version .
-
-
Constructor Summary
Constructors Constructor Description PluginUpdateUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringlatestPluginVersion(java.lang.String artificialDependency)Checks which is the last version of a plug-in.
-
-
-
Method Detail
-
latestPluginVersion
public static java.lang.String latestPluginVersion(java.lang.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
-
-