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 Type
    Method
    Description
    default String
    Returns the language id and null otherwise.
    void
    Register snippets in the given snippet registry.
  • Method Details

    • 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.