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 StandaloneConfigurationConfiguration. create(org.wildfly.core.launcher.BootableJarCommandBuilder commandBuilder)Creates a standalone configuration to launch a standalone server via the bootable JAR.static StandaloneConfigurationConfiguration. create(org.wildfly.core.launcher.StandaloneCommandBuilder commandBuilder)Creates a standalone configuration to launch a standalone server.protected StandaloneConfigurationStandaloneConfiguration. self()Methods in org.wildfly.plugin.tools.server with parameters of type StandaloneConfiguration Modifier and Type Method Description static StandaloneManagerServerManager. start(StandaloneConfiguration configuration)Starts a standalone server based on thecommand builder.
-