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

fr.ird.observe.services.configuration.ObserveDataSourceInformationTemplate Maven / Gradle / Ivy

The newest version!
package fr.ird.observe.services.configuration;

import io.ultreia.java4all.application.template.TemplateSupport;
import javax.annotation.Generated;

@Generated(value = "io.ultreia.java4all.application.template.spi.GenerateTemplateProcessor", date = "Sat Jun 27 16:03:31 UTC 2020")
public class ObserveDataSourceInformationTemplate extends TemplateSupport {
    private static ObserveDataSourceInformationTemplate INSTANCE = new ObserveDataSourceInformationTemplate();
 
    public static String generate(ObserveDataSourceInformation model) {
        return INSTANCE.generate("dataSourcePolicy.ftl", model);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy