Package net.sf.regain.crawler.preparator

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


    }

    mProfilerList = new ArrayList();

    try {
      IfilterPreparator ifilterPreparator = new IfilterPreparator();
      testPreparator(docDir, outputDir, "html", ifilterPreparator);
      testPreparator(docDir, outputDir, "doc", ifilterPreparator);
      testPreparator(docDir, outputDir, "pdf", ifilterPreparator);
      testPreparator(docDir, outputDir, "ppt", ifilterPreparator);
      testPreparator(docDir, outputDir, "rtf", ifilterPreparator);
View Full Code Here

TOP

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

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.