Class Java25CompilerPlugin.DetectCompilationClassPath
java.lang.Object
build.spin.module.java.AbstractDetectClassPath
build.spin.module.java.Java25CompilerPlugin.DetectCompilationClassPath
- All Implemented Interfaces:
JavaCompilerPlugin.DetectCompilationClassPath, build.spin.Task<build.spawn.jdk.option.ClassPath>
- Enclosing class:
Java25CompilerPlugin
@Named("detect.compilation.classpath")
public static class Java25CompilerPlugin.DetectCompilationClassPath
extends AbstractDetectClassPath
implements JavaCompilerPlugin.DetectCompilationClassPath
A
Task to detect the ClassPath suitable for compiling the Project.- 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
Modifier and TypeMethodDescriptionbuild.spawn.jdk.option.ClassPathcreate(build.spin.module.modulesystem.CompilationResolution resolution) Methods inherited from class AbstractDetectClassPath
projectMethods 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
-
DetectCompilationClassPath
public DetectCompilationClassPath()
-
-
Method Details
-
create
public build.spawn.jdk.option.ClassPath create(@From(Java25CompilerPlugin.DetectCompilationResolution.class) build.spin.module.modulesystem.CompilationResolution resolution)
-