ModifiedFile

com.geirolz.git4s.data.diff.FileDiff.ModifiedFile
case class ModifiedFile(sourceFile: Path, newFile: Path, changes: LazyList[(CodeBlock, CodeBlock)]) extends FileDiff

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

def isDeletedFile: Boolean

Attributes

Inherited from:
FileDiff
def isModifiedFile: Boolean

Attributes

Inherited from:
FileDiff
def isNewFile: Boolean

Attributes

Inherited from:
FileDiff
def isRenamedFile: Boolean

Attributes

Inherited from:
FileDiff
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product