@HashCodeAndEqualsPlugin.Enhance public static class Plugin.Engine.Listener.WithTransformationsOnly extends Plugin.Engine.Listener.Adapter
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.WithTransformationsOnlyPlugin.Engine.ErrorHandler.Enforcing, Plugin.Engine.ErrorHandler.Failing| Constructor and Description |
|---|
WithTransformationsOnly(Plugin.Engine.Listener delegate)
Creates a new listener decorator that filter any event that is not related to transformation or errors.
|
| 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,
List<Throwable> throwables)
Invoked after the application of all plugins was attempted if at least one error occured during handling a given type.
|
void |
onError(TypeDescription typeDescription,
Plugin plugin,
Throwable throwable)
Invoked if an error occured during a plugin's application on a given type.
|
void |
onTransformation(TypeDescription typeDescription,
List<Plugin> plugins)
Invoked after a type was transformed using at least one plugin.
|
void |
onTransformation(TypeDescription typeDescription,
Plugin plugin)
Invoked after a type was transformed using a specific plugin.
|
onComplete, onDiscovery, onIgnored, onIgnored, onLiveInitializer, onManifest, onResource, onUnresolvedpublic WithTransformationsOnly(Plugin.Engine.Listener delegate)
delegate - The delegate to forward events to.public void onTransformation(TypeDescription typeDescription, Plugin plugin)
Plugin.Engine.Listener.AdapteronTransformation in interface Plugin.Engine.ListeneronTransformation in class Plugin.Engine.Listener.AdaptertypeDescription - The type being transformed.plugin - The plugin that was applied.public void onTransformation(TypeDescription typeDescription, List<Plugin> plugins)
Plugin.Engine.Listener.AdapteronTransformation in interface Plugin.Engine.ListeneronTransformation in class Plugin.Engine.Listener.AdaptertypeDescription - The type being transformed.plugins - A list of plugins that were applied.public void onError(TypeDescription typeDescription, Plugin plugin, Throwable throwable)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.AdaptertypeDescription - The type being matched or transformed.plugin - The plugin being applied.throwable - The throwable that caused the error.public void onError(TypeDescription typeDescription, List<Throwable> throwables)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.AdaptertypeDescription - The type being transformed.throwables - The throwables that caused errors during the application.public void onError(Map<TypeDescription,List<Throwable>> throwables)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.Adapterthrowables - A mapping of types that failed during transformation to the errors that were caught.public void onError(Plugin plugin, Throwable throwable)
Plugin.Engine.Listener.AdapteronError in interface Plugin.Engine.ErrorHandleronError in class Plugin.Engine.Listener.Adapterplugin - The plugin that could not be closed.throwable - The error that was caused when the plugin was attempted to be closed.Copyright © 2014–2019. All rights reserved.