org.wildfly.extras.creaper.commands.undertow
Class RemoveUndertowListener.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.undertow.RemoveUndertowListener.Builder
Enclosing class:
RemoveUndertowListener

public static final class RemoveUndertowListener.Builder
extends Object


Constructor Summary
RemoveUndertowListener.Builder(UndertowListenerType listenerType, String listenerName)
           
 
Method Summary
 RemoveUndertowListener forDefaultServer()
          Creates the RemoveListener command for the default Undertow server.
 RemoveUndertowListener forServer(String serverName)
          Creates the RemoveListener command for specified Undertow server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveUndertowListener.Builder

public RemoveUndertowListener.Builder(UndertowListenerType listenerType,
                                      String listenerName)
Method Detail

forServer

public RemoveUndertowListener forServer(String serverName)
Creates the RemoveListener command for specified Undertow server.


forDefaultServer

public RemoveUndertowListener forDefaultServer()
Creates the RemoveListener command for the default Undertow server.



Copyright © 2020. All rights reserved.