All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.codecraft.webmagic.pipeline.CollectorPipeline Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package us.codecraft.webmagic.pipeline;

import java.util.List;

/**
 * Pipeline that can collect and store results. 
* Used for {@link us.codecraft.webmagic.Spider#getAll(java.util.Collection)} * * @author [email protected] * @since 0.4.0 */ public interface CollectorPipeline extends Pipeline { /** * Get all results collected. * * @return collected results */ public List getCollected(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy