Uses of Enum
org.aesh.readline.completion.impl.CompletionHandler.CompletionStatus
Packages that use CompletionHandler.CompletionStatus
-
Uses of CompletionHandler.CompletionStatus in org.aesh.readline.completion.impl
Subclasses with type arguments of type CompletionHandler.CompletionStatus in org.aesh.readline.completion.implModifier and TypeClassDescriptionstatic enumRepresents the current status of the completion process.Methods in org.aesh.readline.completion.impl that return CompletionHandler.CompletionStatusModifier and TypeMethodDescriptionCompletionHandler.completionStatus()Returns the current completion status.Returns the enum constant of this type with the specified name.static CompletionHandler.CompletionStatus[]CompletionHandler.CompletionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aesh.readline.completion.impl with parameters of type CompletionHandler.CompletionStatusModifier and TypeMethodDescriptionvoidCompletionHandler.setCompletionStatus(CompletionHandler.CompletionStatus status) Sets the completion status.