Skip navigation links
A B C D E F G H I J 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.ByteBuddySkippingUrlClassLoader - Class in net.bytebuddy.build.gradle
A class loader that resolves a source set while still loading Byte Buddy classes from the Gradle plugin.
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) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration
Creates a new abstract Byte Buddy task configuration.
AbstractByteBuddyTaskConfiguration.TaskExecutionGraphAdjustmentAction - Class in net.bytebuddy.build.gradle
An action to adjust the task execution graph to depend on the injected Byte Buddy task if a task depends on the compile task that is being enhanced.
AbstractByteBuddyTaskConfiguration.TaskExecutionGraphClosure - Class in net.bytebuddy.build.gradle
A closure to execute an action on the TaskExecutionGraph.
AbstractByteBuddyTaskExtension<T extends AbstractByteBuddyTask> - Class in net.bytebuddy.build.gradle
An abstract Byte Buddy task extension.
AbstractByteBuddyTaskExtension(Project) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Creates a new abstract Byte Buddy task extension.
Adjustment - Enum in net.bytebuddy.build.gradle
Determines what tasks are considered for resolving compile task dependencies.
Adjustment.CompoundIterable - Class in net.bytebuddy.build.gradle
An Iterable that concatenates multiple iterables of Tasks.
Adjustment.CompoundIterable.CompoundIterator - Class in net.bytebuddy.build.gradle
An Iterator that concatenates multiple iterables of Tasks.
Adjustment.ErrorHandler - Enum in net.bytebuddy.build.gradle
An error handler to react on failures to adjust the task graph.
Adjustment.NoOpPostProcessor - Enum in net.bytebuddy.build.gradle
A non-operational post processor.
apply(Project, String, Task, RuntimeException) - Method in enum net.bytebuddy.build.gradle.Adjustment.ErrorHandler
Applies this handler upon an exception caused by an adjustment.
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.
argument(Action<PluginArgument>) - 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(Project) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyJarTaskExtension
Creates a new Byte Buddy jar extension.
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.ConventionConfiguration - Class in net.bytebuddy.build.gradle
Resolves the contextual configuration based on the project's Java plugin, if any.
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.
ByteBuddyPlugin.JavaPluginConfigurationAction - Class in net.bytebuddy.build.gradle
An action to configure the Java plugin to apply transformations.
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(Project) - Constructor for class net.bytebuddy.build.gradle.ByteBuddySimpleTaskExtension
Creates a new Byte Buddy jar extension.
ByteBuddySkippingUrlClassLoader(ClassLoader, URL[]) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTask.ByteBuddySkippingUrlClassLoader
Creates a new class loader that skips Byte Buddy classes.
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.
ByteBuddyTask.WithIncrementalClassPath - Class in net.bytebuddy.build.gradle
A Byte Buddy task with an incremental class path.
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(Project) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Creates a new Byte Buddy task extension.

C

call(Object...) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration.TaskExecutionGraphClosure
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.
CompoundIterable(Collection<? extends Iterable<? extends Task>>) - Constructor for class net.bytebuddy.build.gradle.Adjustment.CompoundIterable
Creates a compound iterable.
CompoundIterator(List<Iterable<? extends Task>>) - Constructor for class net.bytebuddy.build.gradle.Adjustment.CompoundIterable.CompoundIterator
Creates a compound iterator.
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
 
ConventionConfiguration(SourceSetContainer, JavaVersion) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyPlugin.ConventionConfiguration
Creates a new convention configuration.

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.
Discovery - Enum in net.bytebuddy.build.gradle
Determines how and if plugins are discovered from the class path.
discoverySet() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the discovery class path or null if not specified.
discoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
 
discoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
 
discoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
 
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
execute(TaskExecutionGraph) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration.TaskExecutionGraphAdjustmentAction
execute(Task) - Method in enum net.bytebuddy.build.gradle.Adjustment.NoOpPostProcessor
execute(JavaPlugin) - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.JavaPluginConfigurationAction

F

FileChange - Interface in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.work.FileChange type.
ForApi4CapableGradle(Method, Method) - Constructor for class net.bytebuddy.build.gradle.ObjectFactory.Dispatcher.ForApi4CapableGradle
Creates a new dispatcher.
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.
getAdjustment() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines the adjustment for tasks that might depend on post-processed compile tasks.
getAdjustmentErrorHandler() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the error handler to be used when a task dependency cannot be resolved.
getAdjustmentPostProcessor() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the adjustment post processor that is applied after the graph dependencies are is resolved.
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.
getClassFileVersion() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Returns the class file version to use for creating auxiliary types or null if the version is determined implicitly.
getClassFileVersion() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the class file version to use for creating auxiliary types or null if the version is determined implicitly.
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.
getClassPath() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask.WithIncrementalClassPath
 
getDiscovery() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Determines the discovery for finding plugins on the class path.
getDiscovery() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines the discovery for finding plugins on the class path.
getDiscoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Returns the source set to resolve plugin names from or null if no such source set is used.
getDiscoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTaskExtension
Returns the source set to resolve plugin names from or null if no such source set is used.
getDiscoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Returns the source set to resolve plugin names from or null if no such source set is used.
getDiscoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTaskExtension
Returns the source set to resolve plugin names from or null if no such source set is used.
getDiscoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Returns the source set to resolve plugin names from or null if no such source set is used.
getDiscoverySet() - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Returns the source set to resolve plugin names from or null if no such source set is used.
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.
getExtensionType() - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle
Returns the Byte Buddy extension type.
getExtensionType() - Method in enum net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForLegacyGradle
Returns the Byte Buddy extension type.
getExtensionType() - Method in interface net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher
Returns the Byte Buddy extension type.
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.
getPluginName() - Method in class net.bytebuddy.build.gradle.Transformation
Returns the fully-qualified name of 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.
getSourceSets() - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.ConventionConfiguration
Returns the resolved source set container.
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.
getTargetCompatibility() - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.ConventionConfiguration
Returns the target Java version.
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.

H

hasNext() - Method in class net.bytebuddy.build.gradle.Adjustment.CompoundIterable.CompoundIterator

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
isDiscover(List<Transformation>) - Method in enum net.bytebuddy.build.gradle.Discovery
Determines if plugins should be discovered from the class path.
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.
isIncrementalClassPath() - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Returns true if the class path should be considered incremental.
isInfoEnabled() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.GradleBuildLogger
isLazy() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns true, task dependencies are only adjusted when the task graph is fully resolved.
isRecordConfiguration() - Method in enum net.bytebuddy.build.gradle.Discovery
Returns true if explicit configurations should be recorded.
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.Adjustment.CompoundIterable
iterator() - Method in class net.bytebuddy.build.gradle.ByteBuddyTask.IncrementalSource
 

J

JavaPluginConfigurationAction(Project) - Constructor for class net.bytebuddy.build.gradle.ByteBuddyPlugin.JavaPluginConfigurationAction
Creates a Java plugin configuration action.

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.
loadClass(String, boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.ByteBuddySkippingUrlClassLoader
 

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.
newInstance(Project, Class<?>, Object...) - Method in class net.bytebuddy.build.gradle.ObjectFactory.Dispatcher.ForApi4CapableGradle
Returns a new instance of the supplied class by invoking a constructor or returns null if the feature is not available.
newInstance(Project, Class<?>, Object...) - Method in enum net.bytebuddy.build.gradle.ObjectFactory.Dispatcher.ForLegacyGradle
Returns a new instance of the supplied class by invoking a constructor or returns null if the feature is not available.
newInstance(Project, Class<?>, Object...) - Method in interface net.bytebuddy.build.gradle.ObjectFactory.Dispatcher
Returns a new instance of the supplied class by invoking a constructor or returns null if the feature is not available.
newInstance(Project, Class<T>, Object...) - Static method in class net.bytebuddy.build.gradle.ObjectFactory
Returns a new instance of the supplied class by invoking a constructor or returns null if the feature is not available.
next() - Method in class net.bytebuddy.build.gradle.Adjustment.CompoundIterable.CompoundIterator

O

ObjectFactory - Class in net.bytebuddy.build.gradle
A object factory for Gradle that uses the org.gradle.api.model.ObjectFactory API if available.
ObjectFactory.Dispatcher - Interface in net.bytebuddy.build.gradle
A dispatcher for using the org.gradle.api.model.ObjectFactory if available.
ObjectFactory.Dispatcher.ForApi4CapableGradle - Class in net.bytebuddy.build.gradle
A dispatcher for a Gradle version that supports the object factory API.
ObjectFactory.Dispatcher.ForLegacyGradle - Enum in net.bytebuddy.build.gradle
A dispatcher for a legacy version of Gradle that does not support the object factory API.
of(ClassLoader, Iterable<File>, Iterable<File>) - Static method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask.ByteBuddySkippingUrlClassLoader
Resolves a class loader.
of(Project) - Static method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.ConventionConfiguration
Resolves a convention configuration of the current project.
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

PathSensitive - Annotation Type in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.tasks.PathSensitive type.
PathSensitivity - Enum in net.bytebuddy.build.gradle.api
A placeholder representation of Gradle's org.gradle.api.tasks.PathSensitivity type.
PluginArgument - Class in net.bytebuddy.build.gradle
Describes an argument to a Plugin constuctor.
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.
remove() - Method in class net.bytebuddy.build.gradle.Adjustment.CompoundIterable.CompoundIterator
resolve(JavaVersion) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Resolves default properties and considers the contextual Java version.
resolve(Project, TaskExecutionGraph) - Method in enum net.bytebuddy.build.gradle.Adjustment
Resolves the task dependencies per project.

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.
setAdjustment(Adjustment) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines the adjustment for tasks that might depend on post-processed compile tasks.
setAdjustmentErrorHandler(Adjustment.ErrorHandler) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Sets the error handler to be used when a task dependency cannot be resolved.
setAdjustmentPostProcessor(Action<Task>) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Sets the adjustment post processor that is applied after the graph dependencies are resolved.
setClassFileVersion(ClassFileVersion) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Sets the class file version to use for creating auxiliary types or null if the version is determined implicitly.
setClassFileVersion(ClassFileVersion) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Sets the class file version to use for creating auxiliary types or null if the version is determined implicitly.
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.
setDiscovery(Discovery) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTask
Determines the discovery being used for finding plugins on the class path.
setDiscovery(Discovery) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Determines the discovery for finding plugins on the class path.
setDiscoverySet(Iterable<File>) - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTask
Defines the source set to resolve plugin names from or null if no such source set is used.
setDiscoverySet(Iterable<File>) - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTaskExtension
Defines the source set to resolve plugin names from or null if no such source set is used.
setDiscoverySet(Iterable<File>) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTask
Defines the source set to resolve plugin names from or null if no such source set is used.
setDiscoverySet(Iterable<File>) - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTaskExtension
Defines the source set to resolve plugin names from or null if no such source set is used.
setDiscoverySet(FileCollection) - Method in class net.bytebuddy.build.gradle.ByteBuddyTask
Defines the source set to resolve plugin names from or null if no such source set is used.
setDiscoverySet(FileCollection) - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Defines the source set to resolve plugin names from or null if no such source set is used.
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.
setIncrementalClassPath(boolean) - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
Sets the class path to be incremental or non-incremental.
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.
setLazy(boolean) - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
If set to true, task dependencies are only adjusted when the task graph is fully resolved.
setPlugin(Class<? extends Plugin>) - Method in class net.bytebuddy.build.gradle.Transformation
Sets the plugin type to apply.
setPluginName(String) - Method in class net.bytebuddy.build.gradle.Transformation
Sets the fully-qualified name of 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
 
TaskExecutionGraphAdjustmentAction(Project, String, Adjustment, Adjustment.ErrorHandler, Action<Task>, Task, Task) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration.TaskExecutionGraphAdjustmentAction
Creates a new task execution graph adjustment action.
TaskExecutionGraphClosure(Action<TaskExecutionGraph>, TaskExecutionGraph) - Constructor for class net.bytebuddy.build.gradle.AbstractByteBuddyTaskConfiguration.TaskExecutionGraphClosure
Creates a new closure for executing an action on the task execution graph.
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(Project) - Method in class net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForApi6CapableGradle
Creates a Byte Buddy extension instance.
toExtension(Project) - Method in enum net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher.ForLegacyGradle
Creates a Byte Buddy extension instance.
toExtension(Project) - Method in interface net.bytebuddy.build.gradle.ByteBuddyPlugin.Dispatcher
Creates a Byte Buddy extension instance.
toPlugin(ClassLoader) - Method in class net.bytebuddy.build.gradle.Transformation
Resolves the plugin type.
toPluginName() - Method in class net.bytebuddy.build.gradle.Transformation
Resolves the name of the plugin.
toType() - Method in class net.bytebuddy.build.gradle.AbstractByteBuddyTaskExtension
Returns the type of the Byte Buddy task.
toType() - Method in class net.bytebuddy.build.gradle.ByteBuddyJarTaskExtension
 
toType() - Method in class net.bytebuddy.build.gradle.ByteBuddySimpleTaskExtension
 
toType() - Method in class net.bytebuddy.build.gradle.ByteBuddyTaskExtension
 
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(Action<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(Action<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(Project) - 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.Adjustment.ErrorHandler
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bytebuddy.build.gradle.Adjustment.NoOpPostProcessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bytebuddy.build.gradle.Adjustment
Returns the enum constant of this type with the specified name.
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.api.PathSensitivity
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.Discovery
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.
valueOf(String) - Static method in enum net.bytebuddy.build.gradle.ObjectFactory.Dispatcher.ForLegacyGradle
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.bytebuddy.build.gradle.Adjustment.ErrorHandler
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.Adjustment.NoOpPostProcessor
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.Adjustment
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.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.api.PathSensitivity
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.Discovery
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.
values() - Static method in enum net.bytebuddy.build.gradle.ObjectFactory.Dispatcher.ForLegacyGradle
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
WithIncrementalClassPath() - Constructor for class net.bytebuddy.build.gradle.ByteBuddyTask.WithIncrementalClassPath
Creates a new Byte Buddy task with an incremental class path.
A B C D E F G H I J L M N O P R S T V W 
Skip navigation links