Class MethodMatcher

  • All Implemented Interfaces:
    VersionMatcher

    public class MethodMatcher
    extends AbstractMatcher
    The MethodMatcher is the matcher responsible for parsing and applying the matching algorithm at the method level. Each method in the plugin is allowed to match different versions of artifacts, so one plugin could potentially work for multiple versions of the same artifact which might have different implementation details.
    Author:
    alpapad@gmail.com
    • Constructor Detail

      • MethodMatcher

        public MethodMatcher​(Method method)
        Instantiates a new method matcher.
        Parameters:
        method - the method