Package com.github.ferstl.maven.pomenforcers.model.functions

Examples of com.github.ferstl.maven.pomenforcers.model.functions.PluginMatcher


            .addLine(toList(sortedPlugins));
    }
  }

  private BiMap<PluginModel, PluginModel> matchPlugins(Collection<PluginModel> subset, Collection<Plugin> superset) {
    return new PluginMatcher(getHelper()).match(superset, subset);
  }
View Full Code Here

TOP

Related Classes of com.github.ferstl.maven.pomenforcers.model.functions.PluginMatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.