Uses of Class
org.wildfly.plugin.tools.server.StandaloneConfiguration
Packages that use StandaloneConfiguration
-
Uses of StandaloneConfiguration in org.wildfly.plugin.tools.server
Subclasses with type arguments of type StandaloneConfiguration in org.wildfly.plugin.tools.serverModifier and TypeClassDescriptionclassRepresents the configuration used to boot a standalone server.Methods in org.wildfly.plugin.tools.server that return StandaloneConfigurationModifier and TypeMethodDescriptionstatic 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 StandaloneConfigurationModifier and TypeMethodDescriptionstatic StandaloneManagerServerManager.of(StandaloneConfiguration configuration) Creates a standalone server manager.static StandaloneManagerServerManager.start(StandaloneConfiguration configuration) Starts a standalone server based on thecommand builder.