Class DependenciesInUse

java.lang.Object
org.openrewrite.DataTable<DependenciesInUse.Row>
org.openrewrite.maven.table.DependenciesInUse

public class DependenciesInUse extends org.openrewrite.DataTable<DependenciesInUse.Row>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.openrewrite.DataTable

    maxCycle
  • Constructor Summary

    Constructors
    Constructor
    Description
    DependenciesInUse(org.openrewrite.Recipe recipe)
     
  • Method Summary

    Methods inherited from class org.openrewrite.DataTable

    getDescription, getDisplayName, getMaxCycle, getName, getRowsTypeReference, getType, insertRow, isEnabled, setEnabled

    Methods inherited from class java.lang.Object

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

    • DependenciesInUse

      public DependenciesInUse(org.openrewrite.Recipe recipe)