RelPathRef

mill.scalalib.spotless.Format.RelPathRef
See theRelPathRef companion object
@Scaladoc(value = "/**\n * A relative path reference resolved against a [[RelPathRef.withDynamicRoot configurable]] root\n * path. This is meant for usages where the machine specific root path prefix should be omitted.\n */")
case class RelPathRef

A relative path reference resolved against a configurable root path. This is meant for usages where the machine specific root path prefix should be omitted.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product