Package net.sf.gluebooster.java.booster.basic.text.html

Examples of net.sf.gluebooster.java.booster.basic.text.html.HtmlDocumentationWriter


   * @param outputDirectory
   *            the directory where the generated html will be written into.
   */
  public void setOutputToHtml(String outputDirectory) {
    setDocumentationTarget(outputDirectory);
    ChangeListener htmlWriter = new HtmlDocumentationWriter();
    setChangeListener(htmlWriter);

  }
View Full Code Here

TOP

Related Classes of net.sf.gluebooster.java.booster.basic.text.html.HtmlDocumentationWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.