All Implemented Interfaces:
org.jboss.aesh.console.command.Command

public class CreateCmd extends AbstractAuthOptionsCmd implements org.jboss.aesh.console.command.Command
Author:
Marko Strukelj
  • Field Details

    • returnClientId

      protected boolean returnClientId
    • regType

      protected EndpointType regType
    • file

      protected String file
    • outputClient

      protected boolean outputClient
    • compressed

      protected boolean compressed
    • args

      protected List<String> args
  • Constructor Details

    • CreateCmd

      public CreateCmd()
  • Method Details

    • execute

      public org.jboss.aesh.console.command.CommandResult execute(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation) throws org.jboss.aesh.console.command.CommandException, InterruptedException
      Specified by:
      execute in interface org.jboss.aesh.console.command.Command
      Throws:
      org.jboss.aesh.console.command.CommandException
      InterruptedException
    • nothingToDo

      protected boolean nothingToDo()
      Overrides:
      nothingToDo in class AbstractGlobalOptionsCmd
    • suggestHelp

      protected String suggestHelp()
    • help

      protected String help()
      Overrides:
      help in class AbstractGlobalOptionsCmd
    • usage

      public static String usage()