Class AttrsCmd
- java.lang.Object
-
- org.keycloak.client.registration.cli.commands.AbstractGlobalOptionsCmd
-
- org.keycloak.client.registration.cli.commands.AttrsCmd
-
- All Implemented Interfaces:
org.jboss.aesh.console.command.Command
public class AttrsCmd extends AbstractGlobalOptionsCmd
- Author:
- Marko Strukelj
-
-
Constructor Summary
Constructors Constructor Description AttrsCmd()
-
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()static Stringusage()-
Methods inherited from class org.keycloak.client.registration.cli.commands.AbstractGlobalOptionsCmd
initFromParent, nothingToDo, printHelp, processGlobalOptions
-
-
-
-
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
-
help
protected String help()
- Overrides:
helpin classAbstractGlobalOptionsCmd
-
usage
public static String usage()
-
-