HtmlOptions

org.specs2.reporter.HtmlOptions
See theHtmlOptions companion object
case class HtmlOptions(outDir: DirectoryPath, baseDir: DirectoryPath, template: FilePath, variables: Map[String, String], noStats: Boolean, search: Boolean, warnMissingSeeRefs: Boolean, tocEntryMaxSize: Int, toc: Boolean)

Options for the Html generation

Attributes

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

Members list

Type members

Classlikes

implicit class Update(map: Map[String, String])

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def indexDir: DirectoryPath
def indexFile: FilePath
def javascriptDir: DirectoryPath
def templateVariables: Map[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Implicits

Implicits

final implicit def Update(map: Map[String, String]): Update