protected static class ByteBuddyMojo.TransformationLogger extends Plugin.Engine.Listener.Adapter
Plugin.Engine.Listener
that logs several relevant events during the build.Plugin.Engine.Listener.Adapter, Plugin.Engine.Listener.Compound, Plugin.Engine.Listener.ForErrorHandler, Plugin.Engine.Listener.NoOp, Plugin.Engine.Listener.StreamWriting, Plugin.Engine.Listener.WithErrorsOnly, Plugin.Engine.Listener.WithTransformationsOnly
Plugin.Engine.ErrorHandler.Enforcing, Plugin.Engine.ErrorHandler.Failing
Modifier | Constructor and Description |
---|---|
protected |
TransformationLogger(org.apache.maven.plugin.logging.Log log)
Creates a new transformation logger.
|
Modifier and Type | Method and Description |
---|---|
void |
onError(Map<TypeDescription,List<Throwable>> throwables)
Invoked at the end of the build if at least one type transformation failed.
|
void |
onError(Plugin plugin,
Throwable throwable)
Invoked at the end of the build if a plugin could not be closed.
|
void |
onError(TypeDescription typeDescription,
Plugin plugin,
Throwable throwable)
Invoked if an error occured during a plugin's application on a given type.
|
void |
onLiveInitializer(TypeDescription typeDescription,
TypeDescription definingType)
Invoked if a type transformation implied a live initializer.
|
void |
onTransformation(TypeDescription typeDescription,
List<Plugin> plugins)
Invoked after a type was transformed using at least one plugin.
|
onComplete, onDiscovery, onError, onIgnored, onIgnored, onManifest, onResource, onTransformation, onUnresolved
protected TransformationLogger(org.apache.maven.plugin.logging.Log log)
log
- The logger to delegate to.public void onTransformation(TypeDescription typeDescription, List<Plugin> plugins)
Plugin.Engine.Listener.Adapter
onTransformation
in interface Plugin.Engine.Listener
onTransformation
in class Plugin.Engine.Listener.Adapter
typeDescription
- The type being transformed.plugins
- A list of plugins that were applied.public void onError(TypeDescription typeDescription, Plugin plugin, Throwable throwable)
Plugin.Engine.Listener.Adapter
onError
in interface Plugin.Engine.ErrorHandler
onError
in class Plugin.Engine.Listener.Adapter
typeDescription
- The type being matched or transformed.plugin
- The plugin being applied.throwable
- The throwable that caused the error.public void onError(Map<TypeDescription,List<Throwable>> throwables)
Plugin.Engine.Listener.Adapter
onError
in interface Plugin.Engine.ErrorHandler
onError
in class Plugin.Engine.Listener.Adapter
throwables
- A mapping of types that failed during transformation to the errors that were caught.public void onError(Plugin plugin, Throwable throwable)
Plugin.Engine.Listener.Adapter
onError
in interface Plugin.Engine.ErrorHandler
onError
in class Plugin.Engine.Listener.Adapter
plugin
- The plugin that could not be closed.throwable
- The error that was caused when the plugin was attempted to be closed.public void onLiveInitializer(TypeDescription typeDescription, TypeDescription definingType)
Plugin.Engine.Listener.Adapter
onLiveInitializer
in interface Plugin.Engine.ErrorHandler
onLiveInitializer
in class Plugin.Engine.Listener.Adapter
typeDescription
- The type that was transformed.definingType
- The type that implies the initializer which might be the type itself or an auxiliary type.Copyright © 2014–2022. All rights reserved.