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 WarArchiveDefaultEarArchive. getWebModule(String uri)Returns the web-app archive stored in the EAR with the specified URI.WarArchiveEarArchive. 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 classDefaultWarArchiveClass that encapsulates access to a WAR.Methods in org.codehaus.cargo.module.webapp that return WarArchive Modifier and Type Method Description static WarArchiveWarArchiveIo. open(File f)Open a war archive.static WarArchiveWarArchiveIo. open(InputStream is)Open a war archive.static WarArchiveWarArchiveIo. 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 classMergedWarArchiveSubclass representing the merged WAR file.Methods in org.codehaus.cargo.module.webapp.merge that return WarArchive Modifier and Type Method Description protected WarArchiveMergedWarArchive. firstWarFile()WarArchiveMergeWarFileDetails. getWarFile()Constructors in org.codehaus.cargo.module.webapp.merge with parameters of type WarArchive Constructor Description MergeWarFileDetails(WarArchive warArchive)Constructor.
-