Package ubic.gemma.core.apps
Class TestCli
- java.lang.Object
- 
- ubic.gemma.core.apps.TestCli
 
- 
- 
Constructor SummaryConstructors Constructor Description TestCli()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowPositionalArguments()intexecuteCommand(String... args)GemmaCLI.CommandGroupgetCommandGroup()StringgetCommandName()org.apache.commons.cli.OptionsgetOptions()StringgetShortDesc()
 
- 
- 
- 
Method Detail- 
getCommandName@Nullable public String getCommandName() - Specified by:
- getCommandNamein interface- CLI
 
 - 
getShortDesc@Nullable public String getShortDesc() - Specified by:
- getShortDescin interface- CLI
 
 - 
getCommandGrouppublic GemmaCLI.CommandGroup getCommandGroup() - Specified by:
- getCommandGroupin interface- CLI
 
 - 
getOptionspublic org.apache.commons.cli.Options getOptions() - Specified by:
- getOptionsin interface- CLI
 
 - 
allowPositionalArgumentspublic boolean allowPositionalArguments() - Specified by:
- allowPositionalArgumentsin interface- CLI
 
 - 
executeCommandpublic int executeCommand(String... args) - Specified by:
- executeCommandin interface- CLI
 
 
- 
 
-