Interface ISnippetRegistryLoader
-
- All Known Implementing Classes:
XMLSnippetRegistryLoader
public interface ISnippetRegistryLoaderLoader used to load snippets in a given registry for a language id.- Author:
- Angelo ZERR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetLanguageId()Returns the language id and null otherwise.voidload(SnippetRegistry registry)Register snippets in the given snippet registry.
-
-
-
Method Detail
-
load
void load(SnippetRegistry registry) throws Exception
Register snippets in the given snippet registry.- Parameters:
registry-- Throws:
Exception
-
getLanguageId
default String getLanguageId()
Returns the language id and null otherwise.- Returns:
- the language id and null otherwise.
-
-