FileDiff

com.geirolz.git4s.data.diff.FileDiff
See theFileDiff companion trait
object FileDiff extends FileDiffInstances

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
FileDiff.type

Members list

Type members

Classlikes

case class DeletedFile(sourceFile: Path, content: CodeBlock) extends FileDiff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FileDiff
class Object
trait Matchable
class Any
Show all
case class ModifiedFile(sourceFile: Path, newFile: Path, changes: LazyList[(CodeBlock, CodeBlock)]) extends FileDiff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FileDiff
class Object
trait Matchable
class Any
Show all
case class NewFile(newFile: Path, content: CodeBlock) extends FileDiff

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
NewFile.type
case class RenamedFile(sourceFile: Path, newFile: Path) extends FileDiff

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait FileDiff
class Object
trait Matchable
class Any
Show all

Inherited 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

Givens

Inherited givens

Attributes

Inherited from:
FileDiffInstances