public abstract class AbstractCommand extends Object implements Command
Command classes.| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractCommand(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Context |
getContext() |
protected PrintStream |
getPrintStream() |
protected void |
printf(String format,
Object... args) |
protected void |
println(Object message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, compareTo, getCommandName, getDescription, getOptions, getSubCommands, getUsage, hasSubCommand, parseAndValidateArgs, run, validateArgsCopyright © 2017–2025 The Apache Software Foundation. All rights reserved.