SpinePlugin

public abstract class SpinePlugin

Abstract base for Spine plugins.

Brings helper functionality to operate the Gradle build lifecycle.

Inheritors

Constructors

Link copied to clipboard
public void SpinePlugin()

Functions

Link copied to clipboard
protected void logMissingDescriptorSetFile(File setFile)
Link copied to clipboard
protected GradleTask.Builder newTask(TaskName name, Action<Task> action)
Create a new instance of GradleTask.Builder.
Link copied to clipboard
public static File resolve(Supplier<String> path)
Resolves an absolute file name obtained as a string from the passed supplier.