Uses of Class
org.codehaus.cargo.container.tomcat.internal.TomcatEmbedded.Context
-
Packages that use TomcatEmbedded.Context Package Description org.codehaus.cargo.container.tomcat.internal -
-
Uses of TomcatEmbedded.Context in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal that return TomcatEmbedded.Context Modifier and Type Method Description TomcatEmbedded.Context
TomcatEmbedded.Embedded. createContext(String path, String docBase)
Creates an web application for deployment.TomcatEmbedded.Context
TomcatEmbedded.Host. findChild(String name)
Finds a child with the given name.TomcatEmbedded.Context[]
TomcatEmbedded.Host. findChildren()
Return all context children.Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type TomcatEmbedded.Context Modifier and Type Method Description void
TomcatEmbedded.Host. addChild(TomcatEmbedded.Context context)
Deploys a web application.void
TomcatEmbedded.Host. removeChild(TomcatEmbedded.Context context)
Removes a web application.
-