Class Java8CompilerPlugin.DetectSourceFiles

java.lang.Object
build.spin.module.java.AbstractDetectSourceFiles
build.spin.module.java.Java8CompilerPlugin.DetectSourceFiles
All Implemented Interfaces:
build.spin.common.task.DetectSourceFiles, JavaCompilerPlugin.DetectSourceFiles, build.spin.Task<build.base.io.PathSet>
Enclosing class:
Java8CompilerPlugin

@Named("detect.source.files") public static class Java8CompilerPlugin.DetectSourceFiles extends AbstractDetectSourceFiles implements JavaCompilerPlugin.DetectSourceFiles
A Task to determine the source files for compilation.
Since:
Jul-2019
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

    • DetectSourceFiles

      public DetectSourceFiles()
  • Method Details