Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatEmbedded.Host
-
Packages that use TomcatEmbedded.Host Package Description org.codehaus.cargo.container.tomcat.internal -
-
Uses of TomcatEmbedded.Host in org.codehaus.cargo.container.tomcat.internal
Fields in org.codehaus.cargo.container.tomcat.internal declared as TomcatEmbedded.Host Modifier and Type Field Description protected TomcatEmbedded.Host
AbstractCatalinaEmbeddedLocalContainer. host
Tomcat host object.Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatEmbedded.Host Modifier and Type Method Description TomcatEmbedded.Host
TomcatEmbedded.Embedded. createHost(String name, File appBase)
Creates a new virtual host mapping.TomcatEmbedded.Host
AbstractCatalinaEmbeddedLocalContainer. getHost()
TomcatEmbedded.Host
TomcatEmbedded.Embedded. getHost()
Gets the host.Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type TomcatEmbedded.Host Modifier and Type Method Description void
TomcatEmbedded.Engine. addChild(TomcatEmbedded.Host host)
Adds a newTomcatEmbedded.Host
to the engine.
-