Class AbstractDetectSourceFiles

java.lang.Object
build.spin.module.java.AbstractDetectSourceFiles
All Implemented Interfaces:
build.spin.common.task.DetectSourceFiles, build.spin.Task<build.base.io.PathSet>
Direct Known Subclasses:
Java25CompilerPlugin.DetectSourceFiles, Java8CompilerPlugin.DetectSourceFiles

public abstract class AbstractDetectSourceFiles extends Object implements build.spin.common.task.DetectSourceFiles
Detects multi-version Java source code files for compilation using a JavaCompilerPlugin.
Since:
Aug-2020
Author:
brian.oliver
  • 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
    detect(build.base.io.PathSet pathSet)
     

    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

    • AbstractDetectSourceFiles

      public AbstractDetectSourceFiles()
  • Method Details

    • detect

      public build.base.io.PathSet detect(build.base.io.PathSet pathSet)
      Specified by:
      detect in interface build.spin.common.task.DetectSourceFiles