Serialized Form


Package org.codehaus.mojo.versions.api

Class org.codehaus.mojo.versions.api.UpdateScope extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
We need to ensure that the singleton is used when deserializing.

Throws:
ObjectStreamException - when things go wrong.
Serialized Fields

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

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-2011 Codehaus. All Rights Reserved.