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

org.codehaus.xsite.SitemapLoader Maven / Gradle / Ivy

package org.codehaus.xsite;

import java.io.File;
import java.io.IOException;

import org.codehaus.xsite.model.Sitemap;

/**
 * Loads site map content from a configuration file.
 * 
 * @author Mauro Talevi
 * @author Joe Walnes
 */
public interface SitemapLoader {

    Sitemap loadFrom(File content) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy