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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build.base.io.PathSet
     
    protected abstract String
    Returns the resource source path, relative to the project root (e.g.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface build.spin.Task

    dependencies, execute
  • Constructor Details

    • DetectResourcePaths

      public DetectResourcePaths()
  • Method Details

    • sourcePath

      protected abstract String 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:
      detect in interface build.spin.common.task.DetectSourcePaths