Class NewObjectCmd
- java.lang.Object
-
- org.keycloak.client.admin.cli.commands.AbstractGlobalOptionsCmd
-
- org.keycloak.client.admin.cli.commands.NewObjectCmd
-
- All Implemented Interfaces:
org.jboss.aesh.console.command.Command
public class NewObjectCmd extends AbstractGlobalOptionsCmd
- Author:
- Marko Strukelj
-
-
Constructor Summary
Constructors Constructor Description NewObjectCmd()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.aesh.console.command.CommandResultexecute(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation)protected Stringhelp()protected booleannothingToDo()org.jboss.aesh.console.command.CommandResultprocess(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation)protected StringsuggestHelp()static Stringusage()-
Methods inherited from class org.keycloak.client.admin.cli.commands.AbstractGlobalOptionsCmd
applyFieldFilter, composeAdminRoot, extractLastComponentOfUri, extractTypeNameFromUri, initFromParent, printHelp, processGlobalOptions, requireValue
-
-
-
-
Method Detail
-
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- Throws:
org.jboss.aesh.console.command.CommandExceptionInterruptedException
-
process
public org.jboss.aesh.console.command.CommandResult process(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation) throws org.jboss.aesh.console.command.CommandException, InterruptedException- Throws:
org.jboss.aesh.console.command.CommandExceptionInterruptedException
-
nothingToDo
protected boolean nothingToDo()
- Overrides:
nothingToDoin classAbstractGlobalOptionsCmd
-
suggestHelp
protected String suggestHelp()
-
help
protected String help()
- Overrides:
helpin classAbstractGlobalOptionsCmd
-
usage
public static String usage()
-
-