Class TTree

java.lang.Object
org.apache.dubbo.qos.textui.TTree
All Implemented Interfaces:
TComponent

public class TTree extends Object implements TComponent
tree
  • Constructor Details

    • TTree

      public TTree(boolean isPrintCost, String title)
  • Method Details

    • rendering

      public String rendering()
      Description copied from interface: TComponent
      render
      Specified by:
      rendering in interface TComponent
    • isTop

      public boolean isTop()
    • begin

      public TTree begin(Object data)
      create a branch node
      Parameters:
      data - node data
      Returns:
      this
    • begin

      public TTree begin()
    • get

      public Object get()
    • set

      public TTree set(Object data)
    • end

      public TTree end()
      end a branch node
      Returns:
      this