TargetFormats

laika.rewrite.nav.TargetFormats$
See theTargetFormats companion trait

Attributes

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

Members list

Concise view

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

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

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.

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

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Selected

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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