TargetFormats

laika.config.TargetFormats
See theTargetFormats companion trait
object TargetFormats

Attributes

Companion
trait
Source
TargetFormats.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object All extends TargetFormats

Describes a target that is intended to be rendered for all output formats.

Describes a target that is intended to be rendered for all output formats.

Attributes

Source
TargetFormats.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
All.type
case object None extends TargetFormats

Describes a target that should not be rendered in any output format.

Describes a target that should not be rendered in any output format. Such a resource may still be used with a directive like @:include in which case the including document's configuration will determine the supported output formats.

Attributes

Source
TargetFormats.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
None.type
case class Selected(formats: Type[String]) extends TargetFormats

Describes a target that is only intended to be rendered for the specified set of output formats.

Describes a target that is only intended to be rendered for the specified set of output formats.

Attributes

Companion
object
Source
DocumentTypeMatcher.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Selected

Attributes

Companion
class
Source
TargetFormats.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Selected.type

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

Implicits

Implicits

Attributes

Source
TargetFormats.scala

Attributes

Source
TargetFormats.scala

Attributes

Source
TargetFormats.scala