Class VersionComparator
java.lang.Object
ml.karmaconfigs.api.common.utils.string.VersionComparator
Karma version comparator
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComparatorBuilderCreate a new version comparator options builderGet the version differencebooleanGet if the current version is up-to-date
-
Method Details
-
getDifference
Get the version difference- Returns:
- the version difference
-
isUpToDate
public boolean isUpToDate()Get if the current version is up-to-date- Returns:
- if the version is up-to-date
-
createBuilder
Create a new version comparator options builder- Returns:
- a new version comparator options builder
-