Package net.sf.regain.crawler.preparator

Examples of net.sf.regain.crawler.preparator.HtmlPreparator


    } catch (RegainException exc) {
      mLog.error("Creating Windows-only preparator failed", exc);
    }

    try {
      testPreparator(docDir, outputDir, "html", new HtmlPreparator());
      testPreparator(docDir, outputDir, "doc", new PoiMsOfficePreparator());
      testPreparator(docDir, outputDir, "pdf", new PdfBoxPreparator());
      testPreparator(docDir, outputDir, "ppt", new PoiMsOfficePreparator());
      testPreparator(docDir, outputDir, "rtf", new SimpleRtfPreparator());
      testPreparator(docDir, outputDir, "rtf", new SwingRtfPreparator());
View Full Code Here

TOP

Related Classes of net.sf.regain.crawler.preparator.HtmlPreparator

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.