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 void
Tomcat5xEmbeddedLocalContainer. prepareController(TomcatEmbedded wrapper, File home, int port)
Prepare the Tomcat controller.protected void
Tomcat8xEmbeddedLocalContainer. 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 void
AbstractCatalinaEmbeddedLocalContainer. prepareController(TomcatEmbedded wrapper, File home, int port)
Prepare the Tomcat controller.
-