Class DependencyGraphDumper.ChildInfo

  • Enclosing class:
    DependencyGraphDumper

    private static class DependencyGraphDumper.ChildInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count  
      (package private) int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChildInfo​(int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatIndentation​(boolean end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        final int count
      • index

        int index
    • Constructor Detail

      • ChildInfo

        ChildInfo​(int count)
    • Method Detail

      • formatIndentation

        public java.lang.String formatIndentation​(boolean end)