mill.api.PathRef
See thePathRef companion class
object PathRef
Attributes
- Companion
- class
- Source
- PathRef.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PathRef.type
Members list
Type members
Classlikes
class PathRefValidationException(val pathRef: PathRef) extends RuntimeException
Attributes
- Source
- PathRef.scala
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object Revalidate
Attributes
- Companion
- trait
- Source
- PathRef.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Revalidate.type
Attributes
- Companion
- object
- Source
- PathRef.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
class ValidatedPaths()
This class maintains a cache of already validated paths. It is thread-safe and meant to be shared between threads, e.g. in a ThreadLocal.
This class maintains a cache of already validated paths. It is thread-safe and meant to be shared between threads, e.g. in a ThreadLocal.
Attributes
- Source
- PathRef.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- PathRef.scala
Create a PathRef by recursively digesting the content of a given path
.
Create a PathRef by recursively digesting the content of a given path
.
Value parameters
- path
-
The digested path.
- quick
-
If
true
the digest is only based to some file attributes (like mtime and size). Iffalse
the digest is created of the files content.
Attributes
- Source
- PathRef.scala
Implicits
In this article