Class Tree

java.lang.Object
br.com.objectos.git.Tree
All Implemented Interfaces:
br.com.objectos.lang.ToStringObject

public final class Tree extends Object
  • Method Details

    • formatToString

      public final void formatToString​(StringBuilder sb, int depth)
    • getEntries

      public final br.com.objectos.collections.ImmutableList<Entry> getEntries()
    • getObjectId

      public final ObjectId getObjectId()
    • isCommit

      public final boolean isCommit()
    • toString

      public final String toString()
      Overrides:
      toString in class Object