laika.io.config

package laika.io.config

Members list

Type members

Classlikes

sealed abstract class Artifact

Represents an artifact with optional classifiers such as those used by binary renderers.

Represents an artifact with optional classifiers such as those used by binary renderers. The format is <basePath><classifiers>.<suffix> where classifiers is the empty string if the classifiers property is empty. Otherwise classifiers will be concatenated with - as separator and prefix.

Attributes

Companion
object
Source
Artifact.scala
Supertypes
class Object
trait Matchable
class Any
object Artifact

Attributes

Companion
class
Source
Artifact.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Artifact.type
sealed abstract class BinaryRendererConfig extends RendererConfig

Represents the configuration for a binary renderer (of type laika.api.format.TwoPhaseRenderFormat) to be used with the laikaGenerate and laikaSite tasks.

Represents the configuration for a binary renderer (of type laika.api.format.TwoPhaseRenderFormat) to be used with the laikaGenerate and laikaSite tasks.

Attributes

Companion
object
Source
RendererConfig.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Source
RendererConfig.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class RendererConfig

Base trait for the configuration of renderers where the execution is not directly triggered by the user.

Base trait for the configuration of renderers where the execution is not directly triggered by the user. Examples for such a scenario are the preview server and the sbt plugin

Attributes

Source
RendererConfig.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed abstract class TextRendererConfig extends RendererConfig

Represents the configuration for a text renderer (of type laika.api.format.RenderFormat) to be used with the laikaGenerate and laikaSite tasks.

Represents the configuration for a text renderer (of type laika.api.format.RenderFormat) to be used with the laikaGenerate and laikaSite tasks.

Attributes

Companion
object
Source
RendererConfig.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

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