Serialized Form
- 
Package org.apache.maven.cli.internal
- 
Exception org.apache.maven.cli.internal.ExtensionResolutionException
class ExtensionResolutionException extends Exception implements Serializable- 
Serialized Fields
- 
extension
CoreExtension extension
 
 - 
 
 - 
 
 - 
 - 
Package org.apache.maven.cli.internal.extension.model
- 
Class org.apache.maven.cli.internal.extension.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.apache.maven.cli.internal.extension.model.CoreExtensions
class CoreExtensions extends Object implements Serializable- 
Serialized Fields
- 
extensions
List<CoreExtension> extensions
Field extensions. - 
modelEncoding
String modelEncoding
Field modelEncoding. 
 - 
 
 - 
 
 - 
 - 
Package org.slf4j
 - 
Package org.slf4j.impl
- 
Class org.slf4j.impl.SimpleLogger
class SimpleLogger extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable- serialVersionUID:
 - -632788891211436180L
 
- 
Serialized Fields
- 
currentLogLevel
int currentLogLevel
 
 - 
 
 
 -