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

de.neuland.jade4j.template.TemplateLoader Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package de.neuland.jade4j.template;

import java.io.IOException;
import java.io.Reader;

public interface TemplateLoader {
    public long getLastModified(String name) throws IOException;
    public Reader getReader(String name) throws IOException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy