Uses of Class
io.github.rajendarreddyj.tomcat.config.ServerConfiguration
Packages that use ServerConfiguration
Package
Description
Main package for the Tomcat Maven Plugin.
Configuration classes for the Tomcat Maven Plugin.
Tomcat process lifecycle management for the Tomcat Maven Plugin.
-
Uses of ServerConfiguration in io.github.rajendarreddyj.tomcat
Methods in io.github.rajendarreddyj.tomcat that return ServerConfigurationModifier and TypeMethodDescriptionprotected ServerConfigurationAbstractTomcatMojo.buildServerConfiguration()Builds ServerConfiguration from Mojo parameters.Methods in io.github.rajendarreddyj.tomcat with parameters of type ServerConfigurationModifier and TypeMethodDescriptionprotected DeployableConfigurationAbstractTomcatMojo.buildDeployableConfiguration(ServerConfiguration serverConfig) Builds DeployableConfiguration from Mojo parameters. -
Uses of ServerConfiguration in io.github.rajendarreddyj.tomcat.config
Methods in io.github.rajendarreddyj.tomcat.config that return ServerConfigurationModifier and TypeMethodDescriptionServerConfiguration.Builder.build()Builds the ServerConfiguration. -
Uses of ServerConfiguration in io.github.rajendarreddyj.tomcat.lifecycle
Constructors in io.github.rajendarreddyj.tomcat.lifecycle with parameters of type ServerConfigurationModifierConstructorDescriptionTomcatLauncher(ServerConfiguration config, Log log) Creates a new TomcatLauncher with the given configuration.