Class AbstractParentCommand
- java.lang.Object
-
- org.wildfly.prospero.extras.shared.CommandWithHelp
-
- org.wildfly.prospero.extras.shared.AbstractParentCommand
-
- Direct Known Subclasses:
ChannelCommands,RepositoryCommands,RepositoryDownloadCommands
public abstract class AbstractParentCommand extends CommandWithHelp implements Command
-
-
Field Summary
Fields Modifier and Type Field Description protected picocli.CommandLine.Model.CommandSpecspec
-
Constructor Summary
Constructors Constructor Description AbstractParentCommand(String name, picocli.CommandLine rootCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSubCommand(Command command)Integercall()picocli.CommandLinegetCtx()
-
-
-
Constructor Detail
-
AbstractParentCommand
public AbstractParentCommand(String name, picocli.CommandLine rootCtx)
-
-