Uses of Class
ubic.gemma.cli.completion.CompletionType
-
Packages that use CompletionType Package Description ubic.gemma.cli.completion 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 CompletionType Modifier and Type Method Description static CompletionType
CompletionType. valueOf(String name)
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 CompletionType Modifier and Type Method Description static String[]
CompletionUtils. generateCompleteCommand(CompletionType completionType, String... completeArgs)
Generate a complete command suitable forEnumeratedByCommandConverter
.
-