Interface VersionMatcher

    • Method Detail

      • isApply

        boolean isApply()
        Return true if this matcher should be applied!.
        Returns:
        true, if is apply
      • matches

        VersionMatchResult matches​(DeploymentInfo info)
        Return a version match result. When an implementation is unable to decide then aVersionMatchResult.SKIPPED should be returned so the next one will have a chance to decide.
        Parameters:
        info - the info
        Returns:
        the version match result