mill.scalalib.UnresolvedPath
See theUnresolvedPath companion object
@Scaladoc(value = "/**\n * An unresolved path is relative to some unspecified destination\n * which depends on the actual configuration at evaluation time.\n * Hence, you need to call [[#resolve]] with an instance of\n * [[ExecutionPathsResolver]] to get the final [[os.Path]].\n */")
sealed trait UnresolvedPath extends UnresolvedPathApi[Path]
An unresolved path is relative to some unspecified destination which depends on the actual configuration at evaluation time. Hence, you need to call resolve with an instance of ExecutionPathsResolver to get the final os.Path.
Attributes
- Companion
- object
- Source
- UnresolvedPath.scala
- Graph
-
- Supertypes
- Known subtypes
-
class DestPathclass ResolvedPath
Members list
In this article