Package org.gradle.plugin.devel.plugins
Class JavaGradlePluginPlugin.ClassManifestCollectorAction
java.lang.Object
org.gradle.plugin.devel.plugins.JavaGradlePluginPlugin.ClassManifestCollectorAction
- All Implemented Interfaces:
Action<FileCopyDetails>
- Enclosing class:
JavaGradlePluginPlugin
static class JavaGradlePluginPlugin.ClassManifestCollectorAction
extends Object
implements Action<FileCopyDetails>
A file copy action that collects class file paths as they are added to the jar.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(FileCopyDetails fileCopyDetails) Performs this action against the given object.
-
Constructor Details
-
ClassManifestCollectorAction
ClassManifestCollectorAction(JavaGradlePluginPlugin.PluginValidationActionsState actionsState)
-
-
Method Details
-
execute
Description copied from interface:ActionPerforms this action against the given object.- Specified by:
executein interfaceAction<FileCopyDetails>- Parameters:
fileCopyDetails- The object to perform the action on.
-