Absolute

laika.ast.InternalTarget.Absolute
case class Absolute(path: Path) extends InternalTarget

Represents a target defined by an absolute path.

Attributes

Source
Target.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Target
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Target.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

The underlying path reference, which is either a relative or absolute path, depending on the implementation of this trait.

The underlying path reference, which is either a relative or absolute path, depending on the implementation of this trait.

Attributes

Inherited from:
InternalTarget
Source
Target.scala