BundleFilter

case class BundleFilter(strict: Boolean, acceptRawContent: Boolean)

A filter that might deactivate or activate some of the bundles based on user configuration.

Value parameters:
acceptRawContent

indicates that the users accepts the inclusion of raw content in text markup

strict

indicates that text markup should be interpreted as defined by its specification, without any extensions

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product