public abstract class AbstractParentCommand extends Object implements Command
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractParentCommand(Context context,
List<Function<Context,Command>> subCommandConstructors) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Command> |
getSubCommands() |
String |
getUsage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, compareTo, getCommandName, getDescription, getOptions, hasSubCommand, parseAndValidateArgs, run, validateArgsCopyright © 2017–2025 The Apache Software Foundation. All rights reserved.