
fr.ird.observe.services.configuration.ObserveDataSourceInformationTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-service Show documentation
Show all versions of common-service Show documentation
ObServe Toolkit Common Service module
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