Class Java8CompilerPlugin.DetectSourcePaths
java.lang.Object
build.spin.module.java.AbstractDetectSourcePaths
build.spin.module.java.Java8CompilerPlugin.DetectSourcePaths
- All Implemented Interfaces:
build.spin.common.task.DetectSourcePaths, JavaCompilerPlugin.DetectSourcePaths, build.spin.Task<build.base.io.PathSet>
- Enclosing class:
Java8CompilerPlugin
@Named("detect.source.paths")
public static class Java8CompilerPlugin.DetectSourcePaths
extends AbstractDetectSourcePaths
implements JavaCompilerPlugin.DetectSourcePaths
A
Task to determine the source paths 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 AbstractDetectSourcePaths
detect, getRelativeSourcePathMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface build.spin.common.task.DetectSourcePaths
detectMethods inherited from interface build.spin.Task
dependencies, execute
-
Constructor Details
-
DetectSourcePaths
public DetectSourcePaths()
-