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 booleanallowPositionalArguments()intexecuteCommand(ubic.gemma.cli.util.CliContext ctx)List<String>getCommandAliases()ubic.gemma.cli.util.CLI.CommandGroupgetCommandGroup()StringgetCommandName()org.apache.commons.cli.OptionsgetOptions()StringgetShortDesc()
-
-
-
Method Detail
-
getCommandName
@Nullable public String getCommandName()
- Specified by:
getCommandNamein interfaceubic.gemma.cli.util.CLI
-
getCommandAliases
public List<String> getCommandAliases()
- Specified by:
getCommandAliasesin interfaceubic.gemma.cli.util.CLI
-
getShortDesc
@Nullable public String getShortDesc()
- Specified by:
getShortDescin interfaceubic.gemma.cli.util.CLI
-
getCommandGroup
public ubic.gemma.cli.util.CLI.CommandGroup getCommandGroup()
- Specified by:
getCommandGroupin interfaceubic.gemma.cli.util.CLI
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptionsin interfaceubic.gemma.cli.util.CLI
-
allowPositionalArguments
public boolean allowPositionalArguments()
- Specified by:
allowPositionalArgumentsin interfaceubic.gemma.cli.util.CLI
-
executeCommand
public int executeCommand(ubic.gemma.cli.util.CliContext ctx)
- Specified by:
executeCommandin interfaceubic.gemma.cli.util.CLI
-
-