Class AbstractResourcePlugin

java.lang.Object
build.spin.module.java.AbstractResourcePlugin

public abstract class AbstractResourcePlugin extends Object
Abstract base for resource-copying Plugins.

Provides shared implementations for the detect, copy, and meta-class inner tasks. Concrete plugins supply the source directory, destination prefix, and detection predicate by implementing a small number of abstract methods.

Since:
Apr-2026
Author:
reed.vonredwitz
  • Constructor Details

    • AbstractResourcePlugin

      public AbstractResourcePlugin()