org.wildfly.extras.creaper.commands.web
Class AddConnectorSslConfig
java.lang.Object
org.wildfly.extras.creaper.commands.web.AddConnectorSslConfig
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddConnectorSslConfig
- extends Object
- implements OnlineCommand, OfflineCommand
Command which adds ssl configuration to the specified connector
|
Nested Class Summary |
static class |
AddConnectorSslConfig.Builder
Some details about the attributes can be found at http://wildscribe.github.io/JBoss%20EAP/6.2.0/subsystem/web/connector/configuration/ssl/index.html |
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
apply
public void apply(OnlineCommandContext ctx)
throws IOException
- Specified by:
apply in interface OnlineCommand
- Throws:
IOException
apply
public void apply(OfflineCommandContext ctx)
throws CommandFailedException,
IOException
- Specified by:
apply in interface OfflineCommand
- Throws:
CommandFailedException
IOException
toString
public String toString()
- Specified by:
toString in interface OfflineCommand- Specified by:
toString in interface OnlineCommand- Overrides:
toString in class Object
Copyright © 2016. All rights reserved.