Interface LanguageServiceLocal

    • Method Detail

      • getHierarchy

        List<Language> getHierarchy​(Language language)
        Returns the language hierarchy, having as first element the root language, and last element the given language
      • importBuiltin

        List<Language> importBuiltin()
        Imports the built-in languages as global languages
      • isBuiltin

        boolean isBuiltin​(Language language)
        Returns whether the given language is built-in
      • updateLastModified

        void updateLastModified​(Language language)
        Updates the last modification timestamp of the given language and all its descendents