DocumentType

laika.ast.DocumentType$
See theDocumentType companion class
object DocumentType

Provides all available DocumentTypes.

Attributes

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

Members list

Type members

Classlikes

case object Config extends TextDocumentType

A configuration document in HOCON format.

A configuration document in HOCON format.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class DocumentType
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Config.type
case object Ignored extends DocumentType

A document that should be ignored and neither get processed nor copied.

A document that should be ignored and neither get processed nor copied.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class DocumentType
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Ignored.type
case object Markup extends TextDocumentType

A text markup document produced by a parser.

A text markup document produced by a parser.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class DocumentType
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Markup.type
case class Static(formats: TargetFormats) extends DocumentType

A static file that needs to get copied over to the output target.

A static file that needs to get copied over to the output target.

Attributes

Supertypes
trait Serializable
class DocumentType
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class StyleSheet(format: String) extends TextDocumentType

A style sheet that needs to get passed to a renderer.

A style sheet that needs to get passed to a renderer.

Attributes

Supertypes
trait Serializable
class DocumentType
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Template extends TextDocumentType

A template document that might get applied to a document when it gets rendered.

A template document that might get applied to a document when it gets rendered.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class DocumentType
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Template.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