Class VersionEvaluatorProvider

java.lang.Object
org.jdrupes.gitversioning.core.VersionEvaluatorProvider
All Implemented Interfaces:
VersionEvaluator, VersionEvaluatorProvider

A simple version evaluator provider. It looks up the tags in the current branch, uses the tag filter to identify the version tags and selects the latest one. It then invokes the tag processor to produce a version string.