Uses of Class
ubic.gemma.cli.util.CLI.CommandGroup
-
Packages that use CLI.CommandGroup Package Description ubic.gemma.apps This package contains built-in Gemma CLI applications.ubic.gemma.cli.util -
-
Uses of CLI.CommandGroup in ubic.gemma.apps
-
Uses of CLI.CommandGroup in ubic.gemma.cli.util
Methods in ubic.gemma.cli.util that return CLI.CommandGroup Modifier and Type Method Description CLI.CommandGroup
AbstractCLI. getCommandGroup()
CLI.CommandGroup
CLI. getCommandGroup()
Obtain the command group for this CLI.static CLI.CommandGroup
CLI.CommandGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static CLI.CommandGroup[]
CLI.CommandGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-