AbsoluteInternalTarget

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

Represents a target defined by an absolute path.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Target
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def render(internalTargetsAbsolute: Boolean): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

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