Interface TemplateLoaderService


  • public interface TemplateLoaderService
    Protocol for a data template loader service.
    Since:
    1.21
    • Method Detail

      • loadTemplates

        java.util.Collection<? extends TemplateCollection> loadTemplates​(org.eclipse.emf.common.util.URI uri)
                                                                  throws java.io.IOException
        Load a template resource from an URI.
        Parameters:
        uri - the URI of the template resource to load
        Returns:
        the template collection(s) loaded from the resource
        Throws:
        java.io.IOException - on failure to load the templates