
fr.ird.observe.services.configuration.ObserveDataSourceInformationTemplate Maven / Gradle / Ivy
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 = "Sun May 17 17:54:00 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