Uses of Class
org.wildfly.plugin.tools.server.ServerManagerException
-
Packages that use ServerManagerException Package Description org.wildfly.plugin.tools.server -
-
Uses of ServerManagerException in org.wildfly.plugin.tools.server
Methods in org.wildfly.plugin.tools.server that throw ServerManagerException Modifier and Type Method Description static DomainManager
ServerManager. start(DomainConfiguration configuration)
Starts a domain server based on thecommand builder
and waits until the server is started.static StandaloneManager
ServerManager. start(StandaloneConfiguration configuration)
Starts a standalone server based on thecommand builder
.
-