PathRef

mill.api.PathRef
See thePathRef companion object
case class PathRef extends PathRefApi

A wrapper around os.Path that calculates it's hashcode based on the contents of the filesystem underneath it. Used to ensure filesystem changes can bust caches which are keyed off hashcodes.

Attributes

Companion
object
Source
PathRef.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait PathRefApi
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def recomputeSig(): Int

Attributes

Source
PathRef.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
PathRef.scala
def validate(): Boolean

Attributes

Source
PathRef.scala
def withRevalidate(revalidate: Revalidate): PathRef

Attributes

Source
PathRef.scala

Attributes

Source
PathRef.scala

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala