Class RemoveUnusedDependencies.Accumulator

java.lang.Object
org.openrewrite.java.dependencies.RemoveUnusedDependencies.Accumulator
Enclosing class:
RemoveUnusedDependencies

public static class RemoveUnusedDependencies.Accumulator extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isInUse(org.openrewrite.java.marker.JavaProject project, org.openrewrite.maven.tree.GroupArtifact ga)
     
    void
    recordTypesInUse(org.openrewrite.java.internal.TypesInUse types, org.openrewrite.java.marker.JavaProject javaProject, org.openrewrite.java.marker.JavaSourceSet jss)
     
    void
    recordTypesInUse(org.openrewrite.java.tree.JavaSourceFile cu)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Accumulator

      public Accumulator()
  • Method Details

    • isInUse

      public boolean isInUse(org.openrewrite.java.marker.JavaProject project, org.openrewrite.maven.tree.GroupArtifact ga)
    • recordTypesInUse

      public void recordTypesInUse(org.openrewrite.java.tree.JavaSourceFile cu)
    • recordTypesInUse

      public void recordTypesInUse(org.openrewrite.java.internal.TypesInUse types, org.openrewrite.java.marker.JavaProject javaProject, org.openrewrite.java.marker.JavaSourceSet jss)