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.HostAbstractCatalinaEmbeddedLocalContainer. hostTomcat host object.Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatEmbedded.Host Modifier and Type Method Description TomcatEmbedded.HostTomcatEmbedded.Embedded. createHost(String name, File appBase)Creates a new virtual host mapping.TomcatEmbedded.HostAbstractCatalinaEmbeddedLocalContainer. getHost()TomcatEmbedded.HostTomcatEmbedded.Embedded. getHost()Gets the host.Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type TomcatEmbedded.Host Modifier and Type Method Description voidTomcatEmbedded.Engine. addChild(TomcatEmbedded.Host host)Adds a newTomcatEmbedded.Hostto the engine.
-