Class AbstractResourcePlugin
java.lang.Object
build.spin.module.java.AbstractResourcePlugin
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn abstract base for a resource-copyingAbstractCopytask.static classAn abstract base for aDetectSourcePathstask that detects a single resource directory.static classAn abstractPlugin.MetaClassfor resource plugins. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractResourcePlugin
public AbstractResourcePlugin()
-