Uses of Interface
build.spin.module.java.DependencyAnalysis
-
Uses of DependencyAnalysis in build.spin.module.java
Classes in build.spin.module.java that implement interfaces with type arguments of type DependencyAnalysisModifier and TypeClassDescriptionclassAn abstractTaskto perform Java Dependency Analysis using the Java Platform jdeps tool on the compiled and packagedArtifactfor aProject.Methods in build.spin.module.java that return DependencyAnalysisModifier and TypeMethodDescriptionAbstractJavaDependencyAnalysis.jdeps(Path buildPath, Stream<build.spin.module.modulesystem.ArtifactDescriptor> descriptors) Performjdepsdependency analysis on the packaged module.Java25CompilerPlugin.JavaDependencyAnalysis.jdeps(Path buildPath, Stream<build.spin.module.modulesystem.ArtifactDescriptor> descriptors) Methods in build.spin.module.java with parameters of type DependencyAnalysisModifier and TypeMethodDescriptionAbstractJavaLinker.jlink(Path buildPath, DependencyAnalysis analysis) Executejlinkon thisProjectJava25CompilerPlugin.JavaLinker.jlink(Path buildPath, DependencyAnalysis analysis)