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

us.codecraft.webmagic.model.AfterExtractor Maven / Gradle / Ivy

The newest version!
package us.codecraft.webmagic.model;

import us.codecraft.webmagic.Page;

/**
 * Interface to be implemented by page models that need to do something after fields are extracted.
* * @author [email protected]
* @since 0.2.0 */ public interface AfterExtractor { public void afterProcess(Page page); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy