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

io.github.mrdaios.templates.service.TemplateLoaderService Maven / Gradle / Ivy

package io.github.mrdaios.templates.service;

import io.github.mrdaios.templates.exception.TemplateLoaderException;

import java.io.File;
import java.util.Map;

public interface TemplateLoaderService {

    Map loadTemplate(File templateRootPath) throws TemplateLoaderException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy