DeletedFile

com.geirolz.git4s.data.diff.FileDiff.DeletedFile
case class DeletedFile(sourceFile: Path, content: 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

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