Uses of Enum Class
io.github.rajendarreddyj.tomcat.config.TomcatVersion
Packages that use TomcatVersion
Package
Description
Configuration classes for the Tomcat Maven Plugin.
-
Uses of TomcatVersion in io.github.rajendarreddyj.tomcat.config
Methods in io.github.rajendarreddyj.tomcat.config that return TomcatVersionModifier and TypeMethodDescriptionstatic TomcatVersionTomcatVersion.fromVersionString(String version) Determines the TomcatVersion from a version string.static TomcatVersionReturns the enum constant of this class with the specified name.static TomcatVersion[]TomcatVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.