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 boolean
allowPositionalArguments()
int
executeCommand(String... args)
GemmaCLI.CommandGroup
getCommandGroup()
String
getCommandName()
org.apache.commons.cli.Options
getOptions()
String
getShortDesc()
-
-
-
Method Detail
-
getCommandName
@Nullable public String getCommandName()
- Specified by:
getCommandName
in interfaceCLI
-
getShortDesc
@Nullable public String getShortDesc()
- Specified by:
getShortDesc
in interfaceCLI
-
getCommandGroup
public GemmaCLI.CommandGroup getCommandGroup()
- Specified by:
getCommandGroup
in interfaceCLI
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptions
in interfaceCLI
-
allowPositionalArguments
public boolean allowPositionalArguments()
- Specified by:
allowPositionalArguments
in interfaceCLI
-
executeCommand
public int executeCommand(String... args)
- Specified by:
executeCommand
in interfaceCLI
-
-