Uses of Class
org.codehaus.mojo.versions.model.Rule

Packages that use Rule
org.codehaus.mojo.versions.api   
org.codehaus.mojo.versions.model   
 

Uses of Rule in org.codehaus.mojo.versions.api
 

Methods in org.codehaus.mojo.versions.api that return Rule
protected  Rule DefaultVersionsHelper.getBestFitRule(String groupId, String artifactId)
          Find the rule, if any, which best fits the artifact details given.
 

Uses of Rule in org.codehaus.mojo.versions.model
 

Methods in org.codehaus.mojo.versions.model that return types with arguments of type Rule
 List<Rule> RuleSet.getRules()
          Method getRules.
 

Methods in org.codehaus.mojo.versions.model with parameters of type Rule
 void RuleSet.addRule(Rule rule)
          Method addRule.
 void RuleSet.removeRule(Rule rule)
          Method removeRule.
 

Method parameters in org.codehaus.mojo.versions.model with type arguments of type Rule
 void RuleSet.setRules(List<Rule> rules)
          Set the rules field.
 



Copyright © 2008-2012 Codehaus. All Rights Reserved.