Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatEmbedded.Engine
-
Packages that use TomcatEmbedded.Engine Package Description org.codehaus.cargo.container.tomcat.internal -
-
Uses of TomcatEmbedded.Engine in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatEmbedded.Engine Modifier and Type Method Description TomcatEmbedded.Engine
TomcatEmbedded.Embedded. createEngine()
Creates a new engine.TomcatEmbedded.Engine
TomcatEmbedded.Embedded. getEngine()
Gets the engine.Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type TomcatEmbedded.Engine Modifier and Type Method Description void
TomcatEmbedded.Embedded. addEngine(TomcatEmbedded.Engine e)
Adds a newTomcatEmbedded.Engine
.
-