RendererDescriptor

laika.io.descriptor.RendererDescriptor
See theRendererDescriptor companion object
case class RendererDescriptor(renderer: String, bundles: Seq[ExtensionBundleDescriptor], theme: ThemeDescriptor, output: String, renderFormatted: Boolean)

Provides a description of a render operation, including the renderers and extension bundles used, as well as the output target. This functionality is mostly intended for tooling support.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def formatted: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product