Resolved

laika.ast.InternalTarget.Resolved
case class Resolved(absolutePath: Path, relativePath: RelativePath, internalFormats: TargetFormats) extends InternalTarget

Represents a resolved internal target where both the absolute and relative path are known, the latter relative to the document that referred to the target.

The internalFormats property describes which of the output formats treat this as an internal link. For other formats the link gets translated to an external target based on the siteBaseURL setting. This might be useful for cases where some pages get rendered to a site, but not included in an e-book format like EPUB and PDF.

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

def relativeTo(refPath: Path): Resolved

Attributes

Source
Target.scala
def render(internalTargetsAbsolute: Boolean): String

Attributes

Source
Target.scala

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
Source
Target.scala