Uses of Interface
org.codehaus.cargo.module.webapp.WarArchive
-
Packages that use WarArchive Package Description org.codehaus.cargo.module.application org.codehaus.cargo.module.webapp org.codehaus.cargo.module.webapp.merge -
-
Uses of WarArchive in org.codehaus.cargo.module.application
Methods in org.codehaus.cargo.module.application that return WarArchive Modifier and Type Method Description WarArchive
DefaultEarArchive. getWebModule(String uri)
Returns the web-app archive stored in the EAR with the specified URI.WarArchive
EarArchive. getWebModule(String uri)
Returns the web-app archive stored in the EAR with the specified URI. -
Uses of WarArchive in org.codehaus.cargo.module.webapp
Classes in org.codehaus.cargo.module.webapp that implement WarArchive Modifier and Type Class Description class
DefaultWarArchive
Class that encapsulates access to a WAR.Methods in org.codehaus.cargo.module.webapp that return WarArchive Modifier and Type Method Description static WarArchive
WarArchiveIo. open(File f)
Open a war archive.static WarArchive
WarArchiveIo. open(InputStream is)
Open a war archive.static WarArchive
WarArchiveIo. open(String file)
Open a war archive. -
Uses of WarArchive in org.codehaus.cargo.module.webapp.merge
Classes in org.codehaus.cargo.module.webapp.merge that implement WarArchive Modifier and Type Class Description class
MergedWarArchive
Subclass representing the merged WAR file.Methods in org.codehaus.cargo.module.webapp.merge that return WarArchive Modifier and Type Method Description protected WarArchive
MergedWarArchive. firstWarFile()
WarArchive
MergeWarFileDetails. getWarFile()
Constructors in org.codehaus.cargo.module.webapp.merge with parameters of type WarArchive Constructor Description MergeWarFileDetails(WarArchive warArchive)
Constructor.
-