org.wildfly.extras.creaper.commands.web
Class AddConnector
java.lang.Object
org.wildfly.extras.creaper.commands.web.AddConnector
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddConnector
- extends Object
- implements OnlineCommand, OfflineCommand
Command which creates connector with specified parameters
|
Nested Class Summary |
static class |
AddConnector.Builder
Some details about the attributes can be found at http://wildscribe.github.io/JBoss%20EAP/6.2.0/subsystem/web/connector/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 © 2020. All rights reserved.