Class HTTPServerDisableSSLCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.ssl.HTTPServerDisableSSLCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,DMRCommand
public class HTTPServerDisableSSLCommand extends Object implements org.aesh.command.Command<CLICommandInvocation>, DMRCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description HTTPServerDisableSSLCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodebuildRequest(CommandContext context)org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)StringgetServerName(CommandContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.core.cli.command.DMRCommand
buildRequest
-
-
-
-
Method Detail
-
getServerName
public String getServerName(CommandContext ctx)
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<CLICommandInvocation>- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
buildRequest
public org.jboss.dmr.ModelNode buildRequest(CommandContext context) throws CommandFormatException
- Specified by:
buildRequestin interfaceDMRCommand- Throws:
CommandFormatException
-
-