FileSetContents

mill.util.FileSetContents

Attributes

Source
FileSetContents.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Writable = String | Path | Array[Byte]

Attributes

Source
FileSetContents.scala

Value members

Concrete methods

def writeTo(dir: Path, contents: Map[SubPath, Writable]): Vector[Path]

Writes the contents to the given directory.

Writes the contents to the given directory.

Attributes

Returns

The paths to the written files.

Source
FileSetContents.scala