Uses of Enum
org.aesh.readline.completion.CompletionHandler.CompletionStatus
Packages that use CompletionHandler.CompletionStatus
-
Uses of CompletionHandler.CompletionStatus in org.aesh.readline.completion
Methods in org.aesh.readline.completion 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 with parameters of type CompletionHandler.CompletionStatusModifier and TypeMethodDescriptionvoidCompletionHandler.setCompletionStatus(CompletionHandler.CompletionStatus status) Sets the completion status.