trait HtmlPrinter extends Printer

Printer for html files

Linear Supertypes
Printer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlPrinter
  2. Printer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val RunAborted: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def copyResources(env: Env, options: HtmlOptions): Operation[List[Unit]]
  8. def copySpecResourcesDir(env: Env, base: DirectoryPath, outputDir: DirectoryPath, loader: ClassLoader)(src: DirectoryPath): Operation[Unit]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(env: Env, specifications: List[SpecStructure]): Action[Unit]

    create an index for all the specifications, if required

    create an index for all the specifications, if required

    Definition Classes
    HtmlPrinterPrinter
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getHtmlOptions(arguments: Arguments): Operation[HtmlOptions]

    Get html options, possibly coming from the command line

  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def makeHtml(template: String, spec: SpecStructure, stats: Stats, timer: SimpleTimer, options: HtmlOptions, arguments: Arguments)(ee: ExecutionEnv): Operation[String]

    Create the html file content from:

    Create the html file content from:

    • the template
    • the body of the file (built from the specification execution)
  18. def makePandocHtml(spec: SpecStructure, stats: Stats, timer: SimpleTimer, pandoc: Pandoc, options: HtmlOptions, env: Env): Operation[Unit]

    Create the Html file by invoking Pandoc

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def prepare(env: Env, specifications: List[SpecStructure]): Action[Unit]
    Definition Classes
    HtmlPrinterPrinter
  23. def print(env: Env): (SpecStructure) ⇒ Action[Unit]

    convenience method to print a SpecStructure using the printer's Fold

    convenience method to print a SpecStructure using the printer's Fold

    Definition Classes
    Printer
  24. def printHtml(env: Env, spec: SpecStructure, stats: Stats, timer: SimpleTimer): Operation[Unit]

    Print the execution results as an Html file

    Print the execution results as an Html file

    • copy resources: css, javascript, template
    • create the file content using the template
    • output the file
  25. def printHtmlWithPandoc(env: Env, spec: SpecStructure, stats: Stats, timer: SimpleTimer, pandoc: Pandoc): Operation[Unit]

    Print the execution results as an Html file

    Print the execution results as an Html file

    • copy resources: css, javascript, template
    • create the file content using the template and Pandoc (as an external process)
  26. def printSpecification(env: Env): (SpecificationStructure) ⇒ Action[Unit]

    convenience method to print a SpecificationStructure using the printer's Fold

    convenience method to print a SpecificationStructure using the printer's Fold

    Definition Classes
    Printer
  27. def reportMissingSeeRefs(specs: List[SpecStructure], outDir: DirectoryPath)(implicit ee: ExecutionEnv): Operation[Unit]
  28. def sink(env: Env, spec: SpecStructure): AsyncSink[Fragment]

    returns

    a SinkTask for the Html output

    Definition Classes
    HtmlPrinterPrinter
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Printer

Inherited from AnyRef

Inherited from Any

Ungrouped