Uses of Class
io.github.rajendarreddyj.tomcat.config.DeployableConfiguration
Packages that use DeployableConfiguration
Package
Description
Main package for the Tomcat Maven Plugin.
Configuration classes for the Tomcat Maven Plugin.
Deployment utilities for the Tomcat Maven Plugin.
-
Uses of DeployableConfiguration in io.github.rajendarreddyj.tomcat
Methods in io.github.rajendarreddyj.tomcat that return DeployableConfigurationModifier and TypeMethodDescriptionprotected DeployableConfigurationAbstractTomcatMojo.buildDeployableConfiguration(ServerConfiguration serverConfig) Builds DeployableConfiguration from Mojo parameters. -
Uses of DeployableConfiguration in io.github.rajendarreddyj.tomcat.config
Methods in io.github.rajendarreddyj.tomcat.config that return DeployableConfigurationModifier and TypeMethodDescriptionDeployableConfiguration.Builder.build()Builds the DeployableConfiguration. -
Uses of DeployableConfiguration in io.github.rajendarreddyj.tomcat.deploy
Methods in io.github.rajendarreddyj.tomcat.deploy with parameters of type DeployableConfigurationModifier and TypeMethodDescriptionvoidExplodedWarDeployer.deploy(DeployableConfiguration config) Deploys the webapp to the configured location.voidExplodedWarDeployer.redeploy(DeployableConfiguration config) Redeploys the webapp (remove and recreate).voidExplodedWarDeployer.syncChanges(DeployableConfiguration config, Path changedFile) Synchronizes changed files from source to deployed webapp.Constructors in io.github.rajendarreddyj.tomcat.deploy with parameters of type DeployableConfigurationModifierConstructorDescriptionHotDeployWatcher(DeployableConfiguration config, ExplodedWarDeployer deployer, Log log) Creates a new HotDeployWatcher.