Class JavaSourceSet

java.lang.Object
org.openrewrite.java.marker.JavaSourceSet
All Implemented Interfaces:
org.openrewrite.marker.Marker, org.openrewrite.marker.SourceSet

public class JavaSourceSet extends Object implements org.openrewrite.marker.SourceSet
  • 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 deleted
      ignore - Not used, does not do anything, to be deleted
    • build

      public static JavaSourceSet build(String sourceSetName, Collection<Path> classpath)
      Extract type information from the provided classpath. Uses file I/O to compute the classpath.