Tree

com.madgag.git.bfg.model.Tree
See theTree companion object
case class Tree(entryMap: Map[FileName, (FileMode, ObjectId)])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def copyWith(subtrees: TreeSubtrees, blobs: TreeBlobs): Tree
def formatter: TreeFormatter

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val blobs: TreeBlobs
lazy val entries: Iterable[Entry]
lazy val entriesByType: Map[Int, Iterable[Entry]]
lazy val objectId: ObjectId
lazy val sortedEntries: List[Entry]