Class ComparatorBuilder
java.lang.Object
ml.karmaconfigs.api.common.utils.string.ComparatorBuilder
Karma comparator builder
-
Method Summary
Modifier and TypeMethodDescriptioncheckVersion(String c)Set the check versioncurrentVersion(String c)Set the current versionGet the check versionGet the current version
-
Method Details
-
currentVersion
Set the current version- Parameters:
c- the current version- Returns:
- this instance
-
checkVersion
Set the check version- Parameters:
c- the check version- Returns:
- this instance
-
getCurrentVersion
Get the current version- Returns:
- the current version
-
getCheckVersion
Get the check version- Returns:
- the check version
-