ExternalTarget

laika.ast.ExternalTarget
case class ExternalTarget(url: String) extends Target

An external link, outside of the virtual tree of the current transformation.

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 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