|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.versions.model.RuleSet
public class RuleSet
Describes a set of rules for how versions of artifacts should be handled.
Constructor Summary | |
---|---|
RuleSet()
Creates a new empty rule set. |
Method Summary | |
---|---|
void |
addRule(Rule rule)
Method addRule. |
String |
getComparisonMethod()
Get the comparison method to use when no rule matches. |
String |
getModelEncoding()
Get the modelEncoding field. |
List |
getRules()
Method getRules. |
void |
removeRule(Rule rule)
Method removeRule. |
void |
setComparisonMethod(String comparisonMethod)
Set the comparison method to use when no rule matches. |
void |
setModelEncoding(String modelEncoding)
Set the modelEncoding field. |
void |
setRules(List rules)
Set the rules field. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RuleSet()
Method Detail |
---|
public void addRule(Rule rule)
rule
- public String getComparisonMethod()
public String getModelEncoding()
public List getRules()
public void removeRule(Rule rule)
rule
- public void setComparisonMethod(String comparisonMethod)
comparisonMethod
- public void setModelEncoding(String modelEncoding)
modelEncoding
- public void setRules(List rules)
rules
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |