GradlePlugin

public final class GradlePlugin<P extends Plugin<? extends Project>>

An identifier of a Gradle plugin.

A plugin is represented by the Java class which implements it. The class must implement the org.gradle.api.Plugin interface.

Parameters

<P>

the plugin implementation class

Functions

Link copied to clipboard
public ClassName className()
Obtains the fully qualified name of the implementation class.
Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public int hashCode()
Link copied to clipboard
Obtains the implementation class of this plugin.
Link copied to clipboard
public static GradlePlugin<P> implementedIn<P extends Plugin<? extends Project>>(Class<P> pluginClass)
Creates a new instance with the given implementation class.
Link copied to clipboard
public String toString()