Package ubic.gemma.apps
Class TestCli
java.lang.Object
ubic.gemma.apps.TestCli
- All Implemented Interfaces:
CLI
-
Nested Class Summary
Nested classes/interfaces inherited from interface ubic.gemma.cli.util.CLI
CLI.CommandGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidexecuteCommand(CLIContext ctx) org.apache.commons.cli.Options
-
Constructor Details
-
TestCli
public TestCli()
-
-
Method Details
-
getCommandName
- Specified by:
getCommandNamein interfaceCLI
-
getCommandAliases
- Specified by:
getCommandAliasesin interfaceCLI
-
getShortDesc
- Specified by:
getShortDescin interfaceCLI
-
getCommandGroup
- Specified by:
getCommandGroupin interfaceCLI
-
getOptions
public org.apache.commons.cli.Options getOptions()- Specified by:
getOptionsin interfaceCLI
-
allowPositionalArguments
public boolean allowPositionalArguments()- Specified by:
allowPositionalArgumentsin interfaceCLI
-
executeCommand
- Specified by:
executeCommandin interfaceCLI
-