Interface ValueCompleter

    • Method Detail

      • complete

        List<CommandCompletion> complete​(CommandContext context,
                                         String currentInput)
        Gets valid completions for this element, given the supplied CommandContext and current input for this element.
        Parameters:
        context - The CommandContext that contains the parsed arguments
        currentInput - The current input for this argument
        Returns:
        The list of values