Package ubic.gemma.core.apps
Class TestCli
- java.lang.Object
-
- ubic.gemma.core.apps.TestCli
-
-
Constructor Summary
Constructors Constructor Description TestCli()
-
Method Summary
All 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 interfaceCLI
-
getShortDesc
@Nullable public String getShortDesc()
- Specified by:
getShortDescin interfaceCLI
-
getCommandGroup
public GemmaCLI.CommandGroup 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
public int executeCommand(String... args)
- Specified by:
executeCommandin interfaceCLI
-
-