Uses of Class
io.microsphere.spring.test.tomcat.embedded.EmbeddedTomcatConfiguration.Feature
-
Packages that use EmbeddedTomcatConfiguration.Feature Package Description io.microsphere.spring.test.tomcat.embedded -
-
Uses of EmbeddedTomcatConfiguration.Feature in io.microsphere.spring.test.tomcat.embedded
Methods in io.microsphere.spring.test.tomcat.embedded that return EmbeddedTomcatConfiguration.Feature Modifier and Type Method Description EmbeddedTomcatConfiguration.Feature[]features()Enable the Tomcat featuresstatic EmbeddedTomcatConfiguration.FeatureEmbeddedTomcatConfiguration.Feature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmbeddedTomcatConfiguration.Feature[]EmbeddedTomcatConfiguration.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-