Uses of Enum
ubic.gemma.cli.util.CLI.CommandGroup
Packages that use CLI.CommandGroup
Package
Description
This package contains built-in Gemma CLI applications.
This package provides completion support for the Gemma CLI.
-
Uses of CLI.CommandGroup in ubic.gemma.apps
Methods in ubic.gemma.apps that return CLI.CommandGroupModifier and TypeMethodDescriptionAclLinterCli.getCommandGroup()AffyProbeCollapseCli.getCommandGroup()ArrayDesignAlternativePopulateCli.getCommandGroup()ArrayDesignSequenceManipulatingCli.getCommandGroup()BibRefUpdaterCli.getCommandGroup()BlacklistCli.getCommandGroup()CellXGeneDataAdderCli.getCommandGroup()CellXGeneDataDownloaderCli.getCommandGroup()DatabaseViewGeneratorCLI.getCommandGroup()ExperimentalDesignViewCli.getCommandGroup()ExpressionExperimentManipulatingCLI.getCommandGroup()ExternalDatabaseAdderCli.getCommandGroup()ExternalDatabaseUpdaterCli.getCommandGroup()ExternalFileGeneLoaderCLI.getCommandGroup()FactorValueMigratorCLI.getCommandGroup()Deprecated.FindObsoleteTermsCli.getCommandGroup()FixOntologyTermLabelsCli.getCommandGroup()GenerateDatabaseUpdateCli.getCommandGroup()GenericGenelistDesignGenerator.getCommandGroup()GeoGrabberCli.getCommandGroup()GeoSingleCellDataDownloaderCli.getCommandGroup()IndexGemmaCLI.getCommandGroup()InitializeDatabaseCli.getCommandGroup()ListExpressionDataFIleLocksCli.getCommandGroup()LoadExpressionDataCli.getCommandGroup()LoadSimpleExpressionDataCli.getCommandGroup()MeshTermFetcherCli.getCommandGroup()Deprecated.MultifunctionalityCli.getCommandGroup()NCBIGene2GOAssociationLoaderCLI.getCommandGroup()NcbiGeneLoaderCLI.getCommandGroup()ProtocolAdderCli.getCommandGroup()ProtocolDeleterCli.getCommandGroup()PubMedLoaderCli.getCommandGroup()PubMedSearcher.getCommandGroup()SingleCellDataTransformCli.getCommandGroup()TaxonLoaderCli.getCommandGroup()UnifiedOntologyUpdaterCli.getCommandGroup()UpdateDatabaseCli.getCommandGroup()UpdateGene2CsCli.getCommandGroup()UpdatePubMedCli.getCommandGroup() -
Uses of CLI.CommandGroup in ubic.gemma.cli.completion
Method parameters in ubic.gemma.cli.completion with type arguments of type CLI.CommandGroupModifier and TypeMethodDescriptionvoidConfluenceWikiHtmlGenerator.generateGeneralPage(SortedMap<CLI.CommandGroup, SortedMap<String, ConfluenceWikiHtmlGenerator.CommandMeta>> commands, org.apache.commons.cli.Options options) Constructor parameters in ubic.gemma.cli.completion with type arguments of type CLI.CommandGroupModifierConstructorDescriptionWikiCompletionGenerator(String executableName, SortedMap<CLI.CommandGroup, SortedMap<String, ConfluenceWikiHtmlGenerator.CommandMeta>> commands, String pageSuffix, Path outputDir) -
Uses of CLI.CommandGroup in ubic.gemma.cli.util
Methods in ubic.gemma.cli.util that return CLI.CommandGroupModifier and TypeMethodDescriptionAbstractCLI.getCommandGroup()CLI.getCommandGroup()Obtain the command group for this CLI.static CLI.CommandGroupReturns 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.