Uses of Class
org.wildfly.plugin.tools.server.StandaloneConfiguration
-
Packages that use StandaloneConfiguration Package Description org.wildfly.plugin.tools.server -
-
Uses of StandaloneConfiguration in org.wildfly.plugin.tools.server
Methods in org.wildfly.plugin.tools.server that return StandaloneConfiguration Modifier and Type Method Description static StandaloneConfiguration
Configuration. create(org.wildfly.core.launcher.BootableJarCommandBuilder commandBuilder)
Creates a standalone configuration to launch a standalone server via the bootable JAR.static StandaloneConfiguration
Configuration. create(org.wildfly.core.launcher.StandaloneCommandBuilder commandBuilder)
Creates a standalone configuration to launch a standalone server.protected StandaloneConfiguration
StandaloneConfiguration. self()
Methods in org.wildfly.plugin.tools.server with parameters of type StandaloneConfiguration Modifier and Type Method Description static StandaloneManager
ServerManager. start(StandaloneConfiguration configuration)
Starts a standalone server based on thecommand builder
.
-