Package net.fp.rp.search.plugins

Examples of net.fp.rp.search.plugins.INewInformation


                        if (list[i].length() > maxFileSize) {
                            logger.warn("File " + list[i].getPath() +
                                " is too big and will not be process");
                        } else {
                            //must specify the category location, category name from the actual information
                            INewInformation childInfo = new AddInfo(info.getCategoryLocation(),
                                    info.getCategoryName(), list[i].getPath(),
                                    info.getLevel() - 1);

                            IDataExtractor extractor = PluginManager.getBestExtractor(childInfo);
View Full Code Here

TOP

Related Classes of net.fp.rp.search.plugins.INewInformation

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.