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.Target.Discarding
A sink that discards any entry.
|
static class |
Plugin.Engine.Target.ForFolder
Represents a folder as the target for a plugin engine's application.
|
static class |
Plugin.Engine.Target.ForJarFile
Represents a jar file as a target.
|
static class |
Plugin.Engine.Target.InMemory
A sink that stores all elements in a memory map.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine.Summary |
Plugin.Engine.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
List<? extends Plugin.Factory> factories)
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.Default.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
List<? extends Plugin.Factory> factories)
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
Plugin.Factory... factory)
Applies this plugin engine onto a given source and target.
|
Plugin.Engine.Summary |
Plugin.Engine.AbstractBase.apply(Plugin.Engine.Source source,
Plugin.Engine.Target target,
Plugin.Factory... factory)
Applies this plugin engine onto a given source and target.
|
Copyright © 2014–2020. All rights reserved.