Serialized Form


Package org.codehaus.mojo.versions.model

Class org.codehaus.mojo.versions.model.Rule extends Object implements Serializable

Serialized Fields

groupId

String groupId
The for groupId to which this rule applies. Wildcards with ? and * are valid. A rule applies to all child groupIds unless overridden by a subsequent rule. A rule without wildcards will override a rule with wildcards. A rule with ? wildcards will override a rule with * wildcards.


artifactId

String artifactId
The artifactId to which this rule applies. Wildcards with ? and * are valid. A rule without wildcards will override a rule with wildcards. A rule with ? wildcards will override a rule with * wildcards.


comparisonMethod

String comparisonMethod
The comparison method that this rule specifies.

Class org.codehaus.mojo.versions.model.RuleSet extends Object implements Serializable

Serialized Fields

rules

List<E> rules
Field rules.


comparisonMethod

String comparisonMethod
The comparison method to use when no rule matches.


modelEncoding

String modelEncoding
Field modelEncoding.



Copyright © 2008-2009 Codehaus. All Rights Reserved.