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

crawlers.elements.ImageUrlElement Maven / Gradle / Ivy

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package crawlers.elements;

/**
 *
 * @author zua
 */
public class ImageUrlElement extends ArticleElement {

    public ImageUrlElement(String value) {
        super(value);
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy