ChangedFiles

sbt.nio.file.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

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product