Uses of Class
org.wildfly.plugin.tools.server.ServerManager.Builder
Packages that use ServerManager.Builder
-
Uses of ServerManager.Builder in org.wildfly.plugin.tools.server
Methods in org.wildfly.plugin.tools.server that return ServerManager.BuilderModifier and TypeMethodDescriptionstatic ServerManager.Builder
ServerManager.builder()
Creates a builder to build a server manager.ServerManager.Builder.client
(org.jboss.as.controller.client.ModelControllerClient client) Sets the client to use for the server manager.ServerManager.Builder.managementAddress
(String managementAddress) The management address to use for the client if the client has not been set.ServerManager.Builder.managementPort
(int managementPort) The management port to use for the client if the client has not been set.The process to associate with the server manager.ServerManager.Builder.process
(ProcessHandle process) The process handle to associate with the server manager.ServerManager.Builder.shutdownOnClose
(boolean shutdownOnClose)