Package org.openrewrite.java.marker
Class JavaSourceSet
- java.lang.Object
-
- org.openrewrite.java.marker.JavaSourceSet
-
- All Implemented Interfaces:
org.openrewrite.marker.Marker,org.openrewrite.Tree
public class JavaSourceSet extends java.lang.Object implements org.openrewrite.marker.Marker
-
-
Constructor Summary
Constructors Constructor Description JavaSourceSet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JavaSourceSetbuild(java.lang.String sourceSetName, java.util.Collection<java.nio.file.Path> classpath, JavaTypeCache typeCache, boolean fullTypeInformation)Extract type information from the provided classpath.
-
-
-
Method Detail
-
build
public static JavaSourceSet build(java.lang.String sourceSetName, java.util.Collection<java.nio.file.Path> classpath, JavaTypeCache typeCache, boolean fullTypeInformation)
Extract type information from the provided classpath.- Parameters:
fullTypeInformation- when false classpath will be filled with shallow types (effectively just fully-qualified names). when true a much more memory-intensive, time-consuming approach will extract full type information
-
-