Package org.openrewrite.java.marker
Interface JavaSourceSet.ClasspathIndex.Subset
- Enclosing interface:
JavaSourceSet.ClasspathIndex
public static interface JavaSourceSet.ClasspathIndex.Subset
Lazy-aware result of
JavaSourceSet.ClasspathIndex.withGavsRemoved(java.util.Set<java.lang.String>): a paired
(classpath, gavToTypes) view onto the surviving partitions.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getClasspath
List<JavaType.FullyQualified> getClasspath() -
getGavToTypes
Map<String,List<JavaType.FullyQualified>> getGavToTypes()
-