RawLink

laika.ast.RawLink
See theRawLink companion class
object RawLink

Companion for creating RawLink instances.

Attributes

Companion
class
Source
links.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RawLink.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def external(url: String): RawLink

Creates a new instance for the specified external URL.

Creates a new instance for the specified external URL.

Attributes

Source
links.scala
def internal(path: String): RawLink

Creates a new instance for the specified internal link.

Creates a new instance for the specified internal link. The string value represents a virtual path into the input tree of a transformation and may be absolute (starting with '/') or relative.

Attributes

Source
links.scala

Creates a new instance for the specified internal link.

Creates a new instance for the specified internal link. The path value represents a virtual path into the input tree of a transformation and may be absolute or relative.

Attributes

Source
links.scala