public class ByteBuddyTaskConfiguration extends AbstractByteBuddyTaskConfiguration<ByteBuddyTask,ByteBuddyTaskExtension>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ByteBuddyTaskConfiguration.ToFileMapper
Transforms a directory to a file.
|
RAW_FOLDER| Constructor and Description |
|---|
ByteBuddyTaskConfiguration(java.lang.String name,
org.gradle.api.tasks.SourceSet sourceSet,
java.lang.reflect.Method getDestinationDirectory,
java.lang.reflect.Method setDestinationDir)
Creates a new Byte Buddy task configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDirectories(org.gradle.api.file.SourceDirectorySet source,
org.gradle.api.tasks.compile.JavaCompile compileTask,
ByteBuddyTask byteBuddyTask)
Configures the directories of the compile and Byte Buddy tasks.
|
executepublic ByteBuddyTaskConfiguration(java.lang.String name,
org.gradle.api.tasks.SourceSet sourceSet,
java.lang.reflect.Method getDestinationDirectory,
java.lang.reflect.Method setDestinationDir)
name - The name of the task.sourceSet - The source set for which the task chain is being configured.getDestinationDirectory - The org.gradle.api.file.SourceSetDirectory#getDestinationDirectory method.setDestinationDir - The org.gradle.api.tasks.compile.AbstractCompile#setDestinationDir method.protected void configureDirectories(org.gradle.api.file.SourceDirectorySet source,
org.gradle.api.tasks.compile.JavaCompile compileTask,
ByteBuddyTask byteBuddyTask)
AbstractByteBuddyTaskConfigurationconfigureDirectories in class AbstractByteBuddyTaskConfiguration<ByteBuddyTask,ByteBuddyTaskExtension>source - The source directory set.compileTask - The compile task.byteBuddyTask - The Byte Buddy task.