Skip navigation links
A B C D E F G I L M N O P R S T V W 

A

AbstractByteBuddyTask - Class in net.bytebuddy.build.gradle
An abstract Byte Buddy task implementation.
AbstractByteBuddyTask() - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Creates a new abstract Byte Buddy task.
AbstractByteBuddyTask.GradleBuildLogger - Class in net.bytebuddy.build.gradle
A BuildLogger implementation for a Gradle Logger.
AbstractByteBuddyTask.TransformationLogger - Class in net.bytebuddy.build.gradle
A Plugin.Engine.Listener that logs several relevant events during the build.
AbstractByteBuddyTaskConfiguration<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>> - Class in net.bytebuddy.build.gradle
An abstract configuration for a Byte Buddy task and extension.
AbstractByteBuddyTaskConfiguration(String, SourceSet, Class<T>) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration
Creates a new abstract Byte Buddy task configuration.
AbstractByteBuddyTaskExtension<T extends AbstractByteBuddyTask> - Class in net.bytebuddy.build.gradle
An abstract Byte Buddy task extension.
AbstractByteBuddyTaskExtension() - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Creates a new abstract Byte Buddy task extension.
apply() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Applies this task.
apply(Project) - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin
apply() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Applies this task.
apply(InputChanges) - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Applies this task.
apply(Project, Iterable<FileChange>, File, File, Iterable<File>) - Method in interface net.bytebuddy.build.gradle.IncrementalResolver
Returns a list of files to transform after an incremental change.
apply(Project, Iterable<FileChange>, File, File, Iterable<File>) - Method in enum net.bytebuddy.build.gradle.IncrementalResolver.ForChangedFiles
Returns a list of files to transform after an incremental change.
argument(Closure<?>) - Method in class net.bytebuddy.build.gradle.Transformation
Adds a plugin argument to consider during instantiation.

B

ByteBuddyJarTask - Class in net.bytebuddy.build.gradle
A Byte Buddy task implementation that does not use modern Gradle APIs.
ByteBuddyJarTask() - Constructor for class net.bytebuddy.build.gradle.ByteBuddyJarTask
Creates a new simple Byte Buddy task.
ByteBuddyJarTaskExtension - Class in net.bytebuddy.build.gradle
A Byte Buddy jar task extension.
ByteBuddyJarTaskExtension() - Constructor for class net.bytebuddy.build.gradle.ByteBuddyJarTaskExtension
 
ByteBuddyPlugin - Class in net.bytebuddy.build.gradle
A plugin for applying Byte Buddy transformations to all standard Java source sets.
ByteBuddyPlugin() - Constructor for class net.bytebuddy.build.gradle.ByteBuddyPlugin
 
ByteBuddyPlugin.Dispatcher<T extends AbstractByteBuddyTask,S extends AbstractByteBuddyTaskExtension<T>> - Interface in net.bytebuddy.build.gradle
A dispatcher for creating Gradle integrations depending on the available API.
ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle - Class in net.bytebuddy.build.gradle
A dispatcher for a Gradle version of at least 6.
ByteBuddyPlugin.Dispatcher.ForLegacyGradle - Enum in net.bytebuddy.build.gradle
A dispatcher for a legacy version of Gradle.
ByteBuddySimpleTask - Class in net.bytebuddy.build.gradle
A Byte Buddy task implementation that does not use modern Gradle APIs.
ByteBuddySimpleTask() - Constructor for class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Creates a new simple Byte Buddy task.
ByteBuddySimpleTaskConfiguration - Class in net.bytebuddy.build.gradle
Implements a configuration of a simple Byte Buddy task.
ByteBuddySimpleTaskConfiguration(String, SourceSet) - Constructor for class net.bytebuddy.build.gradle.ByteBuddySimpleTaskConfiguration
Creates a new simple Byte Buddy task configuration.
ByteBuddySimpleTaskExtension - Class in net.bytebuddy.build.gradle
A Byte Buddy simple task extension.
ByteBuddySimpleTaskExtension() - Constructor for class net.bytebuddy.build.gradle.ByteBuddySimpleTaskExtension
 
ByteBuddyTask - Class in net.bytebuddy.build.gradle
A Byte Buddy task implementation that supports incremental compilation.
ByteBuddyTask() - Constructor for class net.bytebuddy.build.gradle.ByteBuddyTask
Creates a new Byte Buddy task.
ByteBuddyTask.IncrementalSource - Class in net.bytebuddy.build.gradle
A source for an incrementally changed source folder.
ByteBuddyTaskConfiguration - Class in net.bytebuddy.build.gradle
Implements a configuration of a Byte Buddy task.
ByteBuddyTaskConfiguration(String, SourceSet, Method, Method) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyTaskConfiguration
Creates a new Byte Buddy task configuration.
ByteBuddyTaskConfiguration.ToFileMapper - Enum in net.bytebuddy.build.gradle
Transforms a directory to a file.
ByteBuddyTaskExtension - Class in net.bytebuddy.build.gradle
A Byte Buddy task extension.
ByteBuddyTaskExtension() - Constructor for class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Creates a new Byte Buddy task extension.

C

ChangeType - Enum in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.work.ChangeType type.
classPath() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the class path to supply to the plugin engine.
classPath() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
 
classPath() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
 
classPath() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
 
CompileClasspath - Annotation Type in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.tasks.CompileClasspath type.
configure(T) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Applies this extension's properties.
configureDirectories(SourceDirectorySet, JavaCompile, T) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration
Configures the directories of the compile and Byte Buddy tasks.
configureDirectories(SourceDirectorySet, JavaCompile, ByteBuddySimpleTask) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTaskConfiguration
 
configureDirectories(SourceDirectorySet, JavaCompile, ByteBuddyTask) - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskConfiguration
 

D

debug(String) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
debug(String, Throwable) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
dir(String) - Method in interface net.bytebuddy.build.gradle.api.Directory
A placeholder representation of Gradle's org.gradle.api.file.Directory#dir method.
dir(String) - Method in interface net.bytebuddy.build.gradle.api.DirectoryProperty
A placeholder representation of Gradle's org.gradle.api.file.DirectoryProperty#dir method.
Directory - Interface in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.file.Directory type.
DirectoryProperty - Interface in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.file.DirectoryProperty type.
doApply(Plugin.Engine.Source, Plugin.Engine.Target) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Applies the transformation from a source to a target.
doConfigure(T) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Applies any extension-specific properties.
doConfigure(ByteBuddyJarTask) - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTaskExtension
 
doConfigure(ByteBuddySimpleTask) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTaskExtension
 
doConfigure(ByteBuddyTask) - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
 

E

error(String) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
error(String, Throwable) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
execute(Project) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration

F

FileChange - Interface in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.work.FileChange type.
ForApi6CapableGradle(Method, Method) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle
Creates a new dispatcher for a Gradle version of at least 6.

G

get() - Method in interface net.bytebuddy.build.gradle.api.Provider
A placeholder representation of Gradle's org.gradle.api.provider.Provider#get method.
getArguments() - Method in class net.bytebuddy.build.gradle.Transformation
Returns a list of arguments that are provided to the plugin for construction.
getAsFile() - Method in interface net.bytebuddy.build.gradle.api.Directory
A placeholder representation of Gradle's org.gradle.api.file.Directory#getAsFile method.
getAsFile() - Method in interface net.bytebuddy.build.gradle.api.DirectoryProperty
A placeholder representation of Gradle's org.gradle.api.file.DirectoryProperty#getAsFile method.
getAsFileTree() - Method in interface net.bytebuddy.build.gradle.api.DirectoryProperty
A placeholder representation of Gradle's org.gradle.api.file.DirectoryProperty#getAsFileTree method.
getChangeType() - Method in interface net.bytebuddy.build.gradle.api.FileChange
A placeholder representation of Gradle's org.gradle.work.FileChange#getChangeType method.
getClassPath() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Returns the class path to supply to the plugin engine.
getClassPath() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Returns the class path to supply to the plugin engine.
getClassPath() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Returns the class path to supply to the plugin engine.
getEntryPoint() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the entry point to use.
getEntryPoint() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the entry point to use.
getFile() - Method in interface net.bytebuddy.build.gradle.api.FileChange
A placeholder representation of Gradle's org.gradle.work.FileChange#getFile method.
getFileChanges(Provider<? extends Directory>) - Method in interface net.bytebuddy.build.gradle.api.InputChanges
A placeholder representation of Gradle's org.gradle.work.InputChanges#getFileChanges method.
getIncrementalResolver() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Returns the incremental builder to apply or null if no incremental build should be applied.
getIncrementalResolver() - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Returns the incremental builder to apply or null if no incremental build should be applied.
getIndex() - Method in class net.bytebuddy.build.gradle.PluginArgument
Returns the argument index.
getPlugin() - Method in class net.bytebuddy.build.gradle.Transformation
Returns the plugin type to apply.
getSource() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Returns the task's source jar.
getSource() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Returns the task's source folder.
getSource() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Returns the source directory.
getSuffix() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the suffix to use for rebased methods or the empty string if a random suffix should be used.
getSuffix() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the suffix to use for rebased methods or the empty string if a random suffix should be used.
getTarget() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Returns the task's target jar.
getTarget() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Returns the task's target folder.
getTarget() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Returns the target directory.
getThreads() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the number of threads to use for transforming or 0 if the transformation should be applied in the main thread.
getThreads() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the number of threads to use for transforming or 0 if the transformation should be applied in the main thread.
getTransformations() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the transformations to apply.
getTransformations() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the transformations to apply.
getValue() - Method in class net.bytebuddy.build.gradle.PluginArgument
Returns the argument value.
GradleBuildLogger(Logger) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
Creates a new Gradle build logger.
GradleType - Annotation Type in net.bytebuddy.build.gradle.api
Indicates the actual Gradle type of a placeholder type.

I

Incremental - Annotation Type in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.work.Incremental type.
IncrementalResolver - Interface in net.bytebuddy.build.gradle
An incremental resolver is responsible to determine the file set to transform after a change.
IncrementalResolver.ForChangedFiles - Enum in net.bytebuddy.build.gradle
An incremental resolver that retransforms any file that has changed but no other files.
IncrementalSource(File, List<File>) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyTask.IncrementalSource
Creates a new incremental source.
info(String) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
info(String, Throwable) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
InputChanges - Interface in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.work.InputChanges type.
Internal - Annotation Type in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.tasks.Internal type.
isDebugEnabled() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
isErrorEnabled() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
isExtendedParsing() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns true if extended parsing should be used.
isExtendedParsing() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns true if extended parsing should be used.
isFailFast() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns true if a warning should be issued for an empty type set.
isFailFast() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns true if a warning should be issued for an empty type set.
isFailOnLiveInitializer() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns true if the transformation should fail if a live initializer is used.
isFailOnLiveInitializer() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns true if the transformation should fail if a live initializer is used.
isIncremental() - Method in interface net.bytebuddy.build.gradle.api.InputChanges
A placeholder representation of Gradle's org.gradle.work.InputChanges#isIncremental method.
isInfoEnabled() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
isWarnEnabled() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
isWarnOnEmptyTypeSet() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns true if a warning should be issued for an empty type set.
isWarnOnEmptyTypeSet() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns true if a warning should be issued for an empty type set.
iterator() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask.IncrementalSource
 

L

LEGACY - Static variable in class net.bytebuddy.build.gradle.ByteBuddyPlugin
If set to true, the Byte Buddy plugin will be configured as if running on a legacy version of Gradle.

M

makeArgumentResolvers() - Method in class net.bytebuddy.build.gradle.Transformation
Creates the argument resolvers for the plugin's constructor by transforming the plugin arguments.
map(Transformer<? extends S, ? super T>) - Method in interface net.bytebuddy.build.gradle.api.Provider
A placeholder representation of Gradle's org.gradle.api.provider.Provider#get method.

N

net.bytebuddy.build.gradle - package net.bytebuddy.build.gradle
A package containing classes for applying Byte Buddy transformers within a Gradle build.
net.bytebuddy.build.gradle.api - package net.bytebuddy.build.gradle.api
A package containing placeholder types that represent Gradle API types that are not contained by all Gradle versions.

O

onError(TypeDescription, Plugin, Throwable) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.TransformationLogger
 
onError(Map<TypeDescription, List<Throwable>>) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.TransformationLogger
 
onError(Plugin, Throwable) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.TransformationLogger
 
onLiveInitializer(TypeDescription, TypeDescription) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.TransformationLogger
 
onTransformation(TypeDescription, List<Plugin>) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.TransformationLogger
 

P

PluginArgument - Class in net.bytebuddy.build.gradle
Describes an argument to a Plugin constuctor.
PluginArgument() - Constructor for class net.bytebuddy.build.gradle.PluginArgument
Creates a new plugin argument with default initialization.
PluginArgument(int) - Constructor for class net.bytebuddy.build.gradle.PluginArgument
Creates a new plugin argument assignment.
PluginArgument(int, Object) - Constructor for class net.bytebuddy.build.gradle.PluginArgument
Creates a new plugin argument assignment.
Provider<T> - Interface in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.provider.Provider type.

R

RAW_FOLDER - Static variable in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration
The relative path to the raw folder.

S

set(Provider<Directory>) - Method in interface net.bytebuddy.build.gradle.api.DirectoryProperty
A placeholder representation of Gradle's org.gradle.api.file.DirectoryProperty#set method.
setClassPath(Iterable<File>) - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Sets the class path to supply to the plugin engine.
setClassPath(Iterable<File>) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Sets the class path to supply to the plugin engine.
setEntryPoint(EntryPoint) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Sets the entry point to use.
setEntryPoint(EntryPoint) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Sets the entry point to use.
setExtendedParsing(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Determines if extended parsing should be used.
setExtendedParsing(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines if extended parsing should be used.
setFailFast(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Determines if a warning should be issued for an empty type set.
setFailFast(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines if a warning should be issued for an empty type set.
setFailOnLiveInitializer(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Determines if the transformation should fail if a live initializer is used.
setFailOnLiveInitializer(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines if the transformation should fail if a live initializer is used.
setIncrementalResolver(IncrementalResolver) - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Sets the incremental builder to apply or null if no incremental build should be applied.
setIncrementalResolver(IncrementalResolver) - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Sets the incremental builder to apply or null if no incremental build should be applied.
setIndex(int) - Method in class net.bytebuddy.build.gradle.PluginArgument
Sets the argument index.
setPlugin(Class<? extends Plugin>) - Method in class net.bytebuddy.build.gradle.Transformation
Sets the plugin type to apply.
setSource(File) - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Sets the task's source jar.
setSource(File) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Sets the task's source folder.
setSuffix(String) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Sets the suffix to use for rebased methods or the empty string if a random suffix should be used.
setSuffix(String) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Sets the suffix to use for rebased methods or the empty string if a random suffix should be used.
setTarget(File) - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Sets the task's target jar.
setTarget(File) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Sets the task's target folder.
setThreads(int) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Sets the number of threads to use for transforming or 0 if the transformation should be applied in the main thread.
setThreads(int) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Sets the number of threads to use for transforming or 0 if the transformation should be applied in the main thread.
setValue(Object) - Method in class net.bytebuddy.build.gradle.PluginArgument
Sets the argument value.
setWarnOnEmptyTypeSet(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns true if a warning should be issued for an empty type set.
setWarnOnEmptyTypeSet(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns true if a warning should be issued for an empty type set.
source() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the source file or folder.
source() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
 
source() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
 
source() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
 

T

target() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the target file or folder.
target() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
 
target() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
 
target() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
 
toAction(String, SourceSet) - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle
Creates a Byte Buddy task configuration.
toAction(String, SourceSet) - Method in enum net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForLegacyGradle
Creates a Byte Buddy task configuration.
toAction(String, SourceSet) - Method in interface net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher
Creates a Byte Buddy task configuration.
toArgumentResolver() - Method in class net.bytebuddy.build.gradle.PluginArgument
Resolves this plugin argument to an argument resolver.
toExtension() - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle
Creates a Byte Buddy extension instance.
toExtension() - Method in enum net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForLegacyGradle
Creates a Byte Buddy extension instance.
toExtension() - Method in interface net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher
Creates a Byte Buddy extension instance.
transform(Directory) - Method in enum net.bytebuddy.build.gradle.ByteBuddyTaskConfiguration.ToFileMapper
transformation(Closure<Transformation>) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Adds an additional transformation.
transformation(Closure<Transformation>) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Adds an additional transformation.
Transformation - Class in net.bytebuddy.build.gradle
A transformation specification to apply during the Gradle plugin's execution.
Transformation() - Constructor for class net.bytebuddy.build.gradle.Transformation
Creates a new transformation.
TransformationLogger(Logger) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTask.TransformationLogger
Creates a new transformation logger.

V

valueOf(String) - Static method in enum net.bytebuddy.build.gradle.api.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForLegacyGradle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bytebuddy.build.gradle.ByteBuddyTaskConfiguration.ToFileMapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bytebuddy.build.gradle.IncrementalResolver.ForChangedFiles
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.bytebuddy.build.gradle.api.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForLegacyGradle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bytebuddy.build.gradle.ByteBuddyTaskConfiguration.ToFileMapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bytebuddy.build.gradle.IncrementalResolver.ForChangedFiles
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
warn(String, Throwable) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
A B C D E F G I L M N O P R S T V W 
Skip navigation links