trait
HtmlPrinter extends Printer
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
RunAborted: String
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
copyResources(env: Env, options: HtmlOptions): Action[List[Unit]]
-
def
copySpecResourcesDir(env: Env, base: DirectoryPath, outputDir: DirectoryPath, loader: ClassLoader)(src: DirectoryPath): Action[Unit]
-
-
-
def
finalize(env: Env, specifications: List[SpecStructure]): Action[Unit]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getHtmlOptions(arguments: Arguments): Action[HtmlOptions]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeHtml(template: String, spec: SpecStructure, stats: Stats, options: HtmlOptions, arguments: Arguments): Action[String]
-
def
makePandocHtml(spec: SpecStructure, stats: Stats, pandoc: Pandoc, options: HtmlOptions, env: Env): Action[Unit]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
prepare(env: Env, specifications: List[SpecStructure]): Action[Unit]
-
def
print(env: Env): (SpecStructure) ⇒ Task[Unit]
-
def
printHtml(env: Env, spec: SpecStructure, stats: Stats): Action[Unit]
-
def
printHtmlWithPandoc(env: Env, spec: SpecStructure, stats: Stats, pandoc: Pandoc): Action[Unit]
-
def
reportMissingSeeRefs(specs: List[SpecStructure], outDir: DirectoryPath): Action[Unit]
-
def
sink(env: Env, spec: SpecStructure): SinkTask[Fragment]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Printer for html files