Uses of Enum
ubic.gemma.cli.completion.CompletionType
Packages that use CompletionType
Package
Description
This package provides completion support for the Gemma CLI.
-
Uses of CompletionType in ubic.gemma.cli.completion
Methods in ubic.gemma.cli.completion that return CompletionTypeModifier and TypeMethodDescriptionstatic CompletionType
Returns the enum constant of this type with the specified name.static CompletionType[]
CompletionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.cli.completion with parameters of type CompletionTypeModifier and TypeMethodDescriptionstatic String[]
CompletionUtils.generateCompleteCommand
(CompletionType completionType, String... completeArgs) Generate a complete command suitable forEnumeratedByCommandConverter
.