Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
Modifier and Type | Class and Description |
---|---|
static class |
Plugin.Engine.Listener.Adapter
An adapter that implements all methods non-operational.
|
static class |
Plugin.Engine.Listener.Compound
A compound listener.
|
static class |
Plugin.Engine.Listener.ForErrorHandler
A listener decorator that forwards events to an error handler if they are applicable.
|
static class |
Plugin.Engine.Listener.NoOp
A non-operational listener.
|
static class |
Plugin.Engine.Listener.StreamWriting
A listener that forwards significant events of a plugin engine application to a
PrintStream . |
static class |
Plugin.Engine.Listener.WithErrorsOnly
A decorator for another listener to only print error events.
|
static class |
Plugin.Engine.Listener.WithTransformationsOnly
A decorator for another listener to only print transformation and error events.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine.Listener |
Plugin.Engine.Listener.StreamWriting.withErrorsOnly()
Returns a new listener that only prints error events.
|
Plugin.Engine.Listener |
Plugin.Engine.Listener.StreamWriting.withTransformationsOnly()
Returns a new listener that only prints transformation and error events.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine |
Plugin.Engine.with(Plugin.Engine.Listener listener)
Appends the supplied listener to this engine.
|
Plugin.Engine |
Plugin.Engine.Default.with(Plugin.Engine.Listener listener)
Appends the supplied listener to this engine.
|
Constructor and Description |
---|
Compound(Plugin.Engine.Listener... listener)
Creates a new compound listener.
|
Default(ByteBuddy byteBuddy,
Plugin.Engine.TypeStrategy typeStrategy,
Plugin.Engine.PoolStrategy poolStrategy,
ClassFileLocator classFileLocator,
Plugin.Engine.Listener listener,
Plugin.Engine.ErrorHandler errorHandler,
Plugin.Engine.Dispatcher.Factory dispatcherFactory,
ElementMatcher.Junction<? super TypeDescription> ignoredTypeMatcher)
Creates a new default plugin engine.
|
WithErrorsOnly(Plugin.Engine.Listener delegate)
Creates a new listener decorator that filter any event that is not related to errors.
|
WithTransformationsOnly(Plugin.Engine.Listener delegate)
Creates a new listener decorator that filter any event that is not related to transformation or errors.
|
Constructor and Description |
---|
Compound(List<? extends Plugin.Engine.Listener> listeners)
Creates a new compound listener.
|
Copyright © 2014–2020. All rights reserved.