Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatEmbedded
-
Packages that use TomcatEmbedded Package Description org.codehaus.cargo.container.tomcat org.codehaus.cargo.container.tomcat.internal -
-
Uses of TomcatEmbedded in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat with parameters of type TomcatEmbedded Modifier and Type Method Description protected voidTomcat5xEmbeddedLocalContainer. prepareController(TomcatEmbedded wrapper, File home, int port)Prepare the Tomcat controller.protected voidTomcat8xEmbeddedLocalContainer. prepareController(TomcatEmbedded wrapper, File home, int port)Prepare the Tomcat controller.protected voidTomcat9xEmbeddedLocalContainer. prepareController(TomcatEmbedded wrapper, File home, int port)Prepare the Tomcat controller. -
Uses of TomcatEmbedded in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type TomcatEmbedded Modifier and Type Method Description protected abstract voidAbstractCatalinaEmbeddedLocalContainer. prepareController(TomcatEmbedded wrapper, File home, int port)Prepare the Tomcat controller.
-