- 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.
- 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.
- 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
-
- 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
-