OperationConfig

laika.api.builder.OperationConfig$
See theOperationConfig companion class

Provides OperationConfig instances and a utility for merging bundles.

Attributes

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

Members list

Type members

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

Value members

Concrete methods

Merges a sequence of bundles, including the invocation of their processExtension methods that allows bundles to modify other bundles. The sequence is treated with decreasing precedence for features where a bundle may overwrite other bundles.

Merges a sequence of bundles, including the invocation of their processExtension methods that allows bundles to modify other bundles. The sequence is treated with decreasing precedence for features where a bundle may overwrite other bundles.

Attributes

def sortBundles(bundles: Seq[ExtensionBundle]): Seq[ExtensionBundle]

Concrete fields

A configuration instance with all the libraries default extension bundles.

A configuration instance with all the libraries default extension bundles.

Attributes

An empty configuration instance.

An empty configuration instance.

Attributes