Package com.flaptor.hounder.crawler.modules

Examples of com.flaptor.hounder.crawler.modules.CommandWithDoc


                    if (keep) {
                        // if the page is to be kept, store it
                        newPageDB.addPage(page);
                    } else {
                        // otherwise announce it to the modules so they can take appropiate action
                        CommandWithDoc cmd = new CommandWithDoc("delete", doc);
                        modules.applyCommand(cmd);
                    }

                } else { // the page could be fetched.
View Full Code Here

TOP

Related Classes of com.flaptor.hounder.crawler.modules.CommandWithDoc

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.