Tree

com.madgag.git.bfg.model.Tree
See theTree companion class
object Tree

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Tree.type

Members list

Type members

Classlikes

case class Entry(name: FileName, fileMode: FileMode, objectId: ObjectId) extends Ordered[Entry]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[Entry]
trait Comparable[Entry]
class Object
trait Matchable
class Any
Show all
object Entry

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Entry.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class TreeBlobs
class TreeSubtrees

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(entries: Iterable[Entry]): Tree
def apply(objectId: ObjectId)(implicit reader: ObjectReader): Tree
def entriesFor(objectId: ObjectId)(implicit reader: ObjectReader): Seq[Entry]

Concrete fields

val Empty: Tree