Serialized Form
Package org.codehaus.mojo.versions.api |
readResolve
private Object readResolve()
throws ObjectStreamException
- We need to ensure that the singleton is used when deserializing.
- Throws:
ObjectStreamException
- when things go wrong.
name
String name
- The name of this constant, as declared in the declaration. Most programmers should use the
UpdateScope.toString()
method rather than accessing this field.
ordinal
int ordinal
- The ordinal of this enumeration constant (its position in the enum declaration, where the initial constant is
assigned an ordinal of zero).
Most programmers will have no use for this field.
Package org.codehaus.mojo.versions.model |
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.
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-2011 Codehaus. All Rights Reserved.