Selected

laika.config.TargetFormats.Selected
See theSelected companion object
case class Selected(formats: Type[String]) extends TargetFormats

Describes a target that is only intended to be rendered for the specified set of output formats.

Attributes

Companion
object
Source
DocumentTypeMatcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def contains(format: String): Boolean

Attributes

Source
DocumentTypeMatcher.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product