Serialized Form
-
Package org.codehaus.mojo.versions.api
-
Exception Class org.codehaus.mojo.versions.api.VersionRetrievalException
class VersionRetrievalException extends Exception implements Serializable-
Serialized Fields
-
artifact
org.apache.maven.artifact.Artifact artifact
The artifact for which version retrieval failed, may benull.
-
-
-
-
Package org.codehaus.mojo.versions.model
-
Class org.codehaus.mojo.versions.model.CoreExtension
class CoreExtension extends Object implements Serializable-
Serialized Fields
-
artifactId
String artifactId
The artifact ID of the extension. -
classLoadingStrategy
String classLoadingStrategy
The class loading strategy: 'self-first' (the default), 'parent-first' (loads classes from the parent, then from the extension) or 'plugin' (follows the rules from extensions defined as plugins). -
groupId
String groupId
The group ID of the extension's artifact. -
version
String version
The version of the extension.
-
-
-
Class org.codehaus.mojo.versions.model.CoreExtensions
class CoreExtensions extends Object implements Serializable-
Serialized Fields
-
extensions
List<CoreExtension> extensions
Field extensions. -
modelEncoding
String modelEncoding
Field modelEncoding.
-
-
-
Class org.codehaus.mojo.versions.model.IgnoreVersion
class IgnoreVersion extends Object implements Serializable -
Class org.codehaus.mojo.versions.model.Rule
class Rule extends Object implements Serializable-
Serialized Fields
-
artifactId
String artifactId
-
groupId
String groupId
-
ignoreVersions
List<IgnoreVersion> ignoreVersions
-
-
-
Class org.codehaus.mojo.versions.model.RuleSet
class RuleSet extends Object implements Serializable-
Serialized Fields
-
ignoreVersions
List<IgnoreVersion> ignoreVersions
-
modelEncoding
String modelEncoding
-
rules
List<Rule> rules
-
-
-
-
Package org.codehaus.mojo.versions.ordering
-
Exception Class org.codehaus.mojo.versions.ordering.InvalidSegmentException
class InvalidSegmentException extends Exception implements Serializable-
Serialized Fields
-
segment
Segment segment
The invalid segment identified. -
segmentCount
int segmentCount
The number of segments in the version under consideration. -
version
org.apache.maven.artifact.versioning.ArtifactVersion version
The ArtifactVersion being processed.
-
-
-