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

com.redfin.sitemapgenerator.ISitemapUrl Maven / Gradle / Ivy

The newest version!
package com.redfin.sitemapgenerator;

import java.net.URL;
import java.util.Date;

interface ISitemapUrl {

	public abstract Date getLastMod();

	public abstract URL getUrl();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy