Class AbstractParentCommand

java.lang.Object
org.wildfly.prospero.cli.commands.AbstractCommand
org.wildfly.prospero.cli.commands.AbstractParentCommand
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
FeaturesCommand, RevertCommand, UpdateCommand

public abstract class AbstractParentCommand extends AbstractCommand
  • Field Details

    • spec

      protected picocli.CommandLine.Model.CommandSpec spec
  • Constructor Details

  • Method Details

    • addSubCommands

      public void addSubCommands(picocli.CommandLine rootCmd)
    • call

      public Integer call() throws Exception
      Throws:
      Exception