Packages

object TreeEntry

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeEntry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def extension: SelectionBuilder[TreeEntry, Option[String]]

    The extension of the file

  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def isGenerated: SelectionBuilder[TreeEntry, Boolean]

    Whether or not this tree entry is generated

  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def mode: SelectionBuilder[TreeEntry, Int]

    Entry file mode.

  15. def name: SelectionBuilder[TreeEntry, String]

    Entry file name.

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def object[A](onCommit: Option[SelectionBuilder[Commit, A]] = None, onTree: Option[SelectionBuilder[Tree, A]] = None, onBlob: Option[SelectionBuilder[Blob, A]] = None, onTag: Option[SelectionBuilder[Tag, A]] = None): SelectionBuilder[TreeEntry, Option[A]]

    Entry file object.

  20. def oid: SelectionBuilder[TreeEntry, GitObjectID]

    Entry file Git object ID.

  21. def path: SelectionBuilder[TreeEntry, Option[String]]

    The full path of the file.

  22. def repository[A](innerSelection: SelectionBuilder[Repository, A]): SelectionBuilder[TreeEntry, A]

    The Repository the tree entry belongs to

  23. def submodule[A](innerSelection: SelectionBuilder[Submodule, A]): SelectionBuilder[TreeEntry, Option[A]]

    If the TreeEntry is for a directory occupied by a submodule project, this returns the corresponding submodule

  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def type: SelectionBuilder[TreeEntry, String]

    Entry file type.

  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped