- setClassPath(Iterable<File>) - Method in class net.bytebuddy.build.gradle.AbstractUserConfiguration
-
Sets the class path to use for this configuration.
- setEntryPoint(String) - Method in class net.bytebuddy.build.gradle.Initialization
-
Sets the default entry point or any constant name of EntryPoint.Default.
- setExtendedParsing(boolean) - Method in class net.bytebuddy.build.gradle.ByteBuddyExtension
-
Determines if the debug information of class files should be parsed to extract parameter names.
- setFailFast(boolean) - Method in class net.bytebuddy.build.gradle.ByteBuddyExtension
-
Determines if this plugin should fail fast upon a plugin's failure.
- setFailOnLiveInitializer(boolean) - Method in class net.bytebuddy.build.gradle.ByteBuddyExtension
-
Determines if the build should fail upon discovering a live runtime initializer.
- setIndex(int) - Method in class net.bytebuddy.build.gradle.PluginArgument
-
Sets the argument index.
- setInitialization(Initialization) - Method in class net.bytebuddy.build.gradle.ByteBuddyExtension
-
Sets the initialization that should be used.
- setPlugin(String) - Method in class net.bytebuddy.build.gradle.Transformation
-
Sets the plugin's name.
- setSuffix(String) - Method in class net.bytebuddy.build.gradle.ByteBuddyExtension
-
Sets the suffix to apply upon rebased methods.
- setTasks(Set<String>) - Method in class net.bytebuddy.build.gradle.ByteBuddyExtension
-
Sets an explicit list of tasks for which a transformation should be applied.
- setValue(String) - Method in class net.bytebuddy.build.gradle.PluginArgument
-
Sets the argument value.