Class TestCli

  • All Implemented Interfaces:
    ubic.gemma.cli.util.CLI

    public class TestCli
    extends Object
    implements ubic.gemma.cli.util.CLI
    • Constructor Detail

      • TestCli

        public TestCli()
    • Method Detail

      • getCommandName

        @Nullable
        public String getCommandName()
        Specified by:
        getCommandName in interface ubic.gemma.cli.util.CLI
      • getCommandAliases

        public List<String> getCommandAliases()
        Specified by:
        getCommandAliases in interface ubic.gemma.cli.util.CLI
      • getShortDesc

        @Nullable
        public String getShortDesc()
        Specified by:
        getShortDesc in interface ubic.gemma.cli.util.CLI
      • getCommandGroup

        public ubic.gemma.cli.util.CLI.CommandGroup getCommandGroup()
        Specified by:
        getCommandGroup in interface ubic.gemma.cli.util.CLI
      • getOptions

        public org.apache.commons.cli.Options getOptions()
        Specified by:
        getOptions in interface ubic.gemma.cli.util.CLI
      • allowPositionalArguments

        public boolean allowPositionalArguments()
        Specified by:
        allowPositionalArguments in interface ubic.gemma.cli.util.CLI
      • executeCommand

        public int executeCommand​(ubic.gemma.cli.util.CliContext ctx)
        Specified by:
        executeCommand in interface ubic.gemma.cli.util.CLI