Package org.springframework.shell.core.command.completion
@NullMarked
package org.springframework.shell.core.command.completion
-
ClassDescriptionRepresents the buffer context in which completion was triggered.Represents a proposal for TAB completion, made not only of the text to append, but also metadata about the proposal.Interface resolving completion proposals.A completion provider that composes multiple completion providers.A default implementation of the
CompletionProviderinterface that provides completion proposals for enum-type command options and handles prefix generation for command options based on the current input context.A completion provider that knows how to complete values from enumerations.ACompletionProviderthat can populate names of localFiles, either absolute or relative to the current working directory.