mill.define.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
@Scaladoc(value = "/**\n * This class maintains a cache of already validated paths.\n * It is thread-safe and meant to be shared between threads, e.g. in a ThreadLocal.\n */")
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
@Scaladoc(value = "/**\n * Create a [[PathRef]] by recursively digesting the content of a given `path`.\n *\n * @param path The digested path.\n * @param quick If `true` the digest is only based to some file attributes (like mtime and size).\n * If `false` the digest is created of the files content.\n * @return\n */")
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
Implicits
@Scaladoc(value = "/**\n * Default JSON formatter for [[PathRef]].\n */")
Default JSON formatter for PathRef.
Attributes
- Source
- PathRef.scala
In this article