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

com.ljs.ootp.extract.html.loader.PageLoader Maven / Gradle / Ivy

The newest version!
package com.ljs.ootp.extract.html.loader;

import org.jsoup.nodes.Document;

/**
 *
 * @author lstephen
 */
public interface PageLoader {

    Document load(String url);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy