org.wildfly.extras.creaper.commands.domain
Class AddServerGroup.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.domain.AddServerGroup.Builder
Enclosing class:
AddServerGroup

public static final class AddServerGroup.Builder
extends Object


Constructor Summary
AddServerGroup.Builder(String groupName, String profile, String socketBindingGroup)
           
 
Method Summary
 AddServerGroup build()
           
 AddServerGroup.Builder socketBindingPortOffset(int socketBindingPortOffset)
          The default offset to be added to the port values given by the socket binding group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddServerGroup.Builder

public AddServerGroup.Builder(String groupName,
                              String profile,
                              String socketBindingGroup)
Parameters:
groupName - name of newly created server-group
profile - The profile name
socketBindingGroup - The default socket binding group used for servers associated with this group
Throws:
IllegalArgumentException - if the groupName or profile or socketBindingGroup is null
Method Detail

socketBindingPortOffset

public AddServerGroup.Builder socketBindingPortOffset(int socketBindingPortOffset)
The default offset to be added to the port values given by the socket binding group.


build

public AddServerGroup build()


Copyright © 2020. All rights reserved.