ChangedFiles

final case class ChangedFiles(created: Seq[Path], deleted: Seq[Path], updated: Seq[Path])

Represents a set of possible file changes.

Value parameters:
created

the files that are newly created

deleted

the files that have been deleted

updated

the files that have been updated

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product