Uses of Class
io.github.rajendarreddyj.tomcat.config.ServerConfiguration.Builder
Packages that use ServerConfiguration.Builder
Package
Description
Configuration classes for the Tomcat Maven Plugin.
-
Uses of ServerConfiguration.Builder in io.github.rajendarreddyj.tomcat.config
Methods in io.github.rajendarreddyj.tomcat.config that return ServerConfiguration.BuilderModifier and TypeMethodDescriptionstatic ServerConfiguration.BuilderServerConfiguration.builder()Creates a new Builder instance.ServerConfiguration.Builder.catalinaBase(Path catalinaBase) Sets the CATALINA_BASE directory.ServerConfiguration.Builder.catalinaHome(Path catalinaHome) Sets the CATALINA_HOME directory.ServerConfiguration.Builder.classpathAdditions(List<String> classpathAdditions) Sets the additional classpath entries.ServerConfiguration.Builder.environmentVariables(Map<String, String> environmentVariables) Sets the environment variables.Sets the HTTP host.ServerConfiguration.Builder.httpPort(int httpPort) Sets the HTTP port.Sets the Java home directory.ServerConfiguration.Builder.shutdownTimeout(long shutdownTimeout) Sets the shutdown timeout.ServerConfiguration.Builder.startupTimeout(long startupTimeout) Sets the startup timeout.Sets the JVM options.