Class ResourcePlugin
java.lang.Object
build.spin.module.java.ResourcePlugin
- All Implemented Interfaces:
build.spin.Extension, build.spin.Plugin
A
Plugin for processing resource for Java-based Modules, like those placed in META-INF/ source directories.- Since:
- Dec-2020
- Author:
- brian.oliver
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classATaskto copy the source module resources into the build.static classATaskto detect thePaths of resources for a Java-based Module.static classThePlugin.MetaClassforResourcePlugin.Nested classes/interfaces inherited from interface build.spin.Plugin
build.spin.Plugin.Comparable<P> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface build.spin.Extension
nameMethods inherited from interface build.spin.Plugin
invocables
-
Constructor Details
-
ResourcePlugin
public ResourcePlugin()
-