Uses of Class
org.wildfly.plugin.tools.server.StandaloneConfiguration
Packages that use StandaloneConfiguration
-
Uses of StandaloneConfiguration in org.wildfly.plugin.tools.server
Methods in org.wildfly.plugin.tools.server that return StandaloneConfigurationModifier and TypeMethodDescriptionstatic 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 StandaloneConfigurationModifier and TypeMethodDescriptionstatic StandaloneManager
ServerManager.start
(StandaloneConfiguration configuration) Starts a standalone server based on thecommand builder
.