Interface ICLanguageSetting

    • Method Detail

      • getSourceContentTypeIds

        String[] getSourceContentTypeIds()
      • getSourceExtensions

        String[] getSourceExtensions()
      • getLanguageId

        String getLanguageId()
        Returns:
        language id. Note that that id can be null.
      • getSupportedEntryKinds

        int getSupportedEntryKinds()
      • supportsEntryKind

        boolean supportsEntryKind​(int kind)
      • setLanguageId

        void setLanguageId​(String id)
      • setSourceContentTypeIds

        void setSourceContentTypeIds​(String[] ids)
      • setSourceExtensions

        void setSourceExtensions​(String[] exts)