Package org.openrewrite.java.marker
Class JavaSourceSet
java.lang.Object
org.openrewrite.java.marker.JavaSourceSet
- All Implemented Interfaces:
org.openrewrite.marker.Marker,org.openrewrite.marker.SourceSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JavaSourceSetbuild(String sourceSetName, Collection<Path> classpath) Extract type information from the provided classpath.static JavaSourceSetbuild(String sourceSetName, Collection<Path> classpath, JavaTypeCache ignore, boolean fullTypeInformation) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.marker.Marker
getId, print, withIdMethods inherited from interface org.openrewrite.marker.SourceSet
getName, withName
-
Constructor Details
-
JavaSourceSet
public JavaSourceSet()
-
-
Method Details
-
build
@Deprecated public static JavaSourceSet build(String sourceSetName, Collection<Path> classpath, JavaTypeCache ignore, boolean fullTypeInformation) Deprecated.Extract type information from the provided classpath. Uses ClassGraph to compute the classpath.Does not support gavToTypes or typeToGav mapping
- Parameters:
fullTypeInformation- Not used, does not do anything, to be deletedignore- Not used, does not do anything, to be deleted
-
build
Extract type information from the provided classpath. Uses file I/O to compute the classpath.
-