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

com.robertboothby.template.model.GenerationModelRetriever Maven / Gradle / Ivy

Go to download

This project contains an Abstract Mojo that provides the foundation for Maven plugins that wish to produce files using Freemarker templates.

There is a newer version: 0.2.0
Show newest version
package com.robertboothby.template.model;

import java.util.List;

/**
 * Implementatios of this interface take responsibility for supplying models and template names to the generator.
 */
public interface GenerationModelRetriever {

    /**
     * Retrieve the generation models for generation.
     * @return the generation models for generation.
     */
    List getGenerationModels();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy