Package ubic.gemma.apps
Class TestCli
- java.lang.Object
-
- ubic.gemma.apps.TestCli
-
- All Implemented Interfaces:
ubic.gemma.cli.util.CLI
public class TestCli extends Object implements ubic.gemma.cli.util.CLI
-
-
Constructor Summary
Constructors Constructor Description TestCli()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowPositionalArguments()
int
executeCommand(ubic.gemma.cli.util.CliContext ctx)
List<String>
getCommandAliases()
ubic.gemma.cli.util.CLI.CommandGroup
getCommandGroup()
String
getCommandName()
org.apache.commons.cli.Options
getOptions()
String
getShortDesc()
-
-
-
Method Detail
-
getCommandName
@Nullable public String getCommandName()
- Specified by:
getCommandName
in interfaceubic.gemma.cli.util.CLI
-
getCommandAliases
public List<String> getCommandAliases()
- Specified by:
getCommandAliases
in interfaceubic.gemma.cli.util.CLI
-
getShortDesc
@Nullable public String getShortDesc()
- Specified by:
getShortDesc
in interfaceubic.gemma.cli.util.CLI
-
getCommandGroup
public ubic.gemma.cli.util.CLI.CommandGroup getCommandGroup()
- Specified by:
getCommandGroup
in interfaceubic.gemma.cli.util.CLI
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptions
in interfaceubic.gemma.cli.util.CLI
-
allowPositionalArguments
public boolean allowPositionalArguments()
- Specified by:
allowPositionalArguments
in interfaceubic.gemma.cli.util.CLI
-
executeCommand
public int executeCommand(ubic.gemma.cli.util.CliContext ctx)
- Specified by:
executeCommand
in interfaceubic.gemma.cli.util.CLI
-
-