Home / Type/ PluginApplicationAction Type — spring-boot Architecture

PluginApplicationAction Type — spring-boot Architecture

Architecture documentation for the PluginApplicationAction type/interface in PluginApplicationAction.java from the spring-boot codebase.

Entity Profile

Source Code

build-plugin/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/PluginApplicationAction.java lines 29–40

interface PluginApplicationAction extends Action<Project> {

	/**
	 * The class of the {@code Plugin} that, when applied, will trigger the execution of
	 * this action.
	 * @return the plugin class
	 * @throws ClassNotFoundException if the plugin class cannot be found
	 * @throws NoClassDefFoundError if an error occurs when defining the plugin class
	 */
	Class<? extends Plugin<? extends Project>> getPluginClass() throws ClassNotFoundException, NoClassDefFoundError;

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free