Class ResourcePlugin.DetectModuleResourcePaths
java.lang.Object
build.spin.module.java.AbstractResourcePlugin.DetectResourcePaths
build.spin.module.java.ResourcePlugin.DetectModuleResourcePaths
- All Implemented Interfaces:
build.spin.common.task.DetectSourcePaths, build.spin.Task<build.base.io.PathSet>
- Enclosing class:
ResourcePlugin
@Named("detect.module.resource.paths")
public static class ResourcePlugin.DetectModuleResourcePaths
extends AbstractResourcePlugin.DetectResourcePaths
A
Task to detect the Paths of resources for a Java-based Module.- Since:
- Dec-2020
- Author:
- brian.oliver
-
Nested Class Summary
Nested classes/interfaces inherited from interface build.spin.Task
build.spin.Task.Pattern -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the resource source path, relative to the project root (e.g.Methods inherited from class AbstractResourcePlugin.DetectResourcePaths
detectMethods 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
-
DetectModuleResourcePaths
public DetectModuleResourcePaths()
-
-
Method Details
-
sourcePath
Description copied from class:AbstractResourcePlugin.DetectResourcePathsReturns the resource source path, relative to the project root (e.g."src/main/resources").- Specified by:
sourcePathin classAbstractResourcePlugin.DetectResourcePaths
-