org.wildfly.extras.creaper.commands.web
Class AddConnectorSslConfig

java.lang.Object
  extended by 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
 
Method Summary
 void apply(OfflineCommandContext ctx)
           
 void apply(OnlineCommandContext ctx)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.