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 -
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
-
DetectSourceFiles
public DetectSourceFiles()
-
-
Method Details
-
detect
public build.base.io.PathSet detect(@From(Java8CompilerPlugin.DetectSourcePaths.class) build.base.io.PathSet pathSet) - Specified by:
detectin interfacebuild.spin.common.task.DetectSourceFiles- Overrides:
detectin classAbstractDetectSourceFiles
-