NewFile

com.geirolz.git4s.data.diff.FileDiff.NewFile
See theNewFile companion object
case class NewFile(newFile: Path, content: CodeBlock) extends FileDiff

Attributes

Companion
object
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