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

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

There is a newer version: 1.1.2
Show newest version
package com.redfin.sitemapgenerator;

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

public interface ISitemapUrl {

	public abstract Date getLastMod();

	public abstract URL getUrl();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy