LinkValidation

laika.rewrite.link.LinkValidation$
See theLinkValidation companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Global(excluded: Seq[Path]) extends LinkValidation

Validates link targets within the same document and in other documents. The default when using the sbt plugin or the laika-io transformer APIs.

Validates link targets within the same document and in other documents. The default when using the sbt plugin or the laika-io transformer APIs.

Value parameters

excluded

one or more paths to link targets that should be excluded from validation - the values apply recursively and include subdirectories

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Local extends LinkValidation

Only validates link target within the same document. The default when using the laika-core transformer with a single input string.

Only validates link target within the same document. The default when using the laika-core transformer with a single input string.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Local.type
case object Off extends LinkValidation

Completely disables any kind of link validation

Completely disables any kind of link validation

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Off.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val globalKey: DefaultKey[Global]
implicit val key: DefaultKey[LinkValidation]
implicit val localKey: DefaultKey[Local.type]
implicit val offKey: DefaultKey[Off.type]