Interface AutoCompletionConsumer


  • public interface AutoCompletionConsumer
    • Method Detail

      • applyAutoCompletionEntryToProfiles

        void applyAutoCompletionEntryToProfiles​(AutoCompletionEntry autoCompletionEntry,
                                                Set<String> profiles)
                                         throws IllegalArgumentException
        A plugin may call this to supply autocompletion entries and the profiles for which they should be applied.
        Parameters:
        autoCompletionEntry - The autocompletion entry to be applied.
        profiles - The profiles to which the entry should be applied.
        Throws:
        IllegalArgumentException - when one or more of the arguments is not valid.