org.hyphenType.documentation.lib
Class HTMLFormatterEngine<T extends Options<?>>

java.lang.Object
  extended by org.hyphenType.documentation.DocumentationFormatterEngine<T,HTMLFormatterEngine.HTMLFormatter>
      extended by org.hyphenType.documentation.lib.HTMLFormatterEngine<T>
Type Parameters:
T -

public class HTMLFormatterEngine<T extends Options<?>>
extends DocumentationFormatterEngine<T,HTMLFormatterEngine.HTMLFormatter>

A documentation formatter that generates HTML code as output. Although there is no specific method in this formatter to redirect the output to a file, saving the output of this formatter

Author:
Aurelio Akira M. Matsui

Nested Class Summary
static interface HTMLFormatterEngine.HTMLFormatter
           
 
Constructor Summary
HTMLFormatterEngine()
           
 
Method Summary
 void printDocumentation(PrintStream pw, LexerParser<T> lexPar, HTMLFormatterEngine.HTMLFormatter annotation)
           
 
Methods inherited from class org.hyphenType.documentation.DocumentationFormatterEngine
buildFormatter, getAnnotation, getMessage, getOptionsInterfaceValue, getOptionsInterfaceValue, getStatusCodeUserDescription, preferredFormatter, printDocumentation, printDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFormatterEngine

public HTMLFormatterEngine()
Method Detail

printDocumentation

public final void printDocumentation(PrintStream pw,
                                     LexerParser<T> lexPar,
                                     HTMLFormatterEngine.HTMLFormatter annotation)
Specified by:
printDocumentation in class DocumentationFormatterEngine<T extends Options<?>,HTMLFormatterEngine.HTMLFormatter>
Parameters:
pw - TODO
lexPar - TODO
annotation - TODO


Copyright © 2013. All Rights Reserved.