Uses of Class
io.github.rajendarreddyj.tomcat.config.DeployableConfiguration.Builder
Packages that use DeployableConfiguration.Builder
Package
Description
Configuration classes for the Tomcat Maven Plugin.
-
Uses of DeployableConfiguration.Builder in io.github.rajendarreddyj.tomcat.config
Methods in io.github.rajendarreddyj.tomcat.config that return DeployableConfiguration.BuilderModifier and TypeMethodDescriptionDeployableConfiguration.Builder.autopublishEnabled(boolean autopublishEnabled) Sets whether auto-publish is enabled.DeployableConfiguration.Builder.autopublishInactivityLimit(int autopublishInactivityLimit) Sets the auto-publish inactivity limit.DeployableConfiguration.builder()Creates a new Builder instance.DeployableConfiguration.Builder.contextPath(String contextPath) Sets the context path.Sets the deployment directory.DeployableConfiguration.Builder.deploymentOutputName(String deploymentOutputName) Sets the deployment output name.DeployableConfiguration.Builder.moduleName(String moduleName) Sets the module name.DeployableConfiguration.Builder.sourcePath(Path sourcePath) Sets the source path.