类 RunCommand

    • 构造器详细资料

    • 方法详细资料

      • getUsageHelp

        public String getUsageHelp()
        从接口复制的说明: Command
        Returns usage help for the command. This should be a simple one-line string describing basic usage. e.g. '[options] <file>'. Do not include the name of the command in this string.
        指定者:
        getUsageHelp 在接口中 Command
        覆盖:
        getUsageHelp 在类中 AbstractCommand
        返回:
        the command's usage help
      • stop

        public void stop()