public interface TemplateLoaderService
Modifier and Type | Interface and Description |
---|---|
static interface |
TemplateLoaderService.Provider
Specific Bazaar vendor interface for
TemplateLoaderService providers. |
Modifier and Type | Field and Description |
---|---|
static TemplateLoaderService |
DEFAULT
The default template loader service.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends TemplateCollection> |
loadTemplates(org.eclipse.emf.common.util.URI uri)
Load a template resource from an URI.
|
static final TemplateLoaderService DEFAULT
Collection<? extends TemplateCollection> loadTemplates(org.eclipse.emf.common.util.URI uri) throws IOException
uri
- the URI of the template resource to loadIOException
- on failure to load the templatesCopyright © 2019. All rights reserved.