Uses of Class
org.wildfly.plugin.tools.server.Configuration
Packages that use Configuration
-
Uses of Configuration in org.wildfly.plugin.tools.server
Classes in org.wildfly.plugin.tools.server with type parameters of type ConfigurationModifier and TypeClassDescriptionclassConfiguration<T extends Configuration<T>>The configuration used when starting a server.Subclasses of Configuration in org.wildfly.plugin.tools.serverModifier and TypeClassDescriptionclassRepresents the configuration used to boot a domain server.classRepresents the configuration used to boot a standalone server.Methods in org.wildfly.plugin.tools.server that return ConfigurationMethods in org.wildfly.plugin.tools.server with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic ServerManager.BuilderServerManager.builder(Configuration<?> configuration) Creates a builder to build a server manager based on the configuration.static ServerManagerServerManager.of(Configuration<?> configuration) Creates a new server manager based on configuration.Constructors in org.wildfly.plugin.tools.server with parameters of type Configuration