Package net.sf.regain.crawler.preparator

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


      testPreparator(docDir, outputDir, "ppt", ifilterPreparator);
      testPreparator(docDir, outputDir, "rtf", ifilterPreparator);
      testPreparator(docDir, outputDir, "xls", ifilterPreparator);
      testPreparator(docDir, outputDir, "doc", new JacobMsWordPreparator());
      testPreparator(docDir, outputDir, "ppt", new JacobMsPowerPointPreparator());
      testPreparator(docDir, outputDir, "xls", new JacobMsExcelPreparator());
    } catch (RegainException exc) {
      mLog.error("Creating Windows-only preparator failed", exc);
    }

    try {
View Full Code Here

TOP

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

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.