Interface ISnippetRegistryLoader
- All Known Implementing Classes:
XMLSnippetRegistryLoader
public interface ISnippetRegistryLoader
Loader used to load snippets in a given registry for a language id.
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringReturns the language id and null otherwise.voidload(SnippetRegistry registry) Register snippets in the given snippet registry.
-
Method Details
-
load
Register snippets in the given snippet registry.- Parameters:
registry-- Throws:
Exception
-
getLanguageId
Returns the language id and null otherwise.- Returns:
- the language id and null otherwise.
-