Class AbstractResourcePlugin.DetectResourcePaths
java.lang.Object
build.spin.module.java.AbstractResourcePlugin.DetectResourcePaths
- All Implemented Interfaces:
build.spin.common.task.DetectSourcePaths, build.spin.Task<build.base.io.PathSet>
- Direct Known Subclasses:
ResourcePlugin.DetectModuleResourcePaths
- Enclosing class:
AbstractResourcePlugin
public abstract static class AbstractResourcePlugin.DetectResourcePaths
extends Object
implements build.spin.common.task.DetectSourcePaths
An abstract base for a
DetectSourcePaths task that detects a single resource directory.- Since:
- Apr-2026
- Author:
- reed.vonredwitz
-
Nested Class Summary
Nested classes/interfaces inherited from interface build.spin.Task
build.spin.Task.Pattern -
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.Task
dependencies, execute
-
Constructor Details
-
DetectResourcePaths
public DetectResourcePaths()
-
-
Method Details
-
sourcePath
Returns the resource source path, relative to the project root (e.g."src/main/resources"). -
detect
public build.base.io.PathSet detect()- Specified by:
detectin interfacebuild.spin.common.task.DetectSourcePaths
-