mill.api.PathRef
See thePathRef companion class
object PathRef
Attributes
Members list
Type members
Classlikes
class PathRefValidationException(val pathRef: PathRef) extends RuntimeException
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object Revalidate
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Revalidate.type
@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
- Supertypes
-
class Objecttrait Matchableclass Any
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
@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
In this article