Uses of Interface
org.codehaus.cargo.module.webapp.WarArchive

Packages that use WarArchive
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
 WarArchive EarArchive.getWebModule(String uri)
          Returns the web-app archive stored in the EAR with the specified URI.
 WarArchive DefaultEarArchive.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
 class DefaultWarArchive
          Class that encapsulates access to a WAR.
 

Methods in org.codehaus.cargo.module.webapp that return WarArchive
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
 class MergedWarArchive
          Subclass representing the merged WAR file.
 

Methods in org.codehaus.cargo.module.webapp.merge that return WarArchive
protected  WarArchive MergedWarArchive.firstWarFile()
           
 WarArchive MergeWarFileDetails.getWarFile()
           
 

Constructors in org.codehaus.cargo.module.webapp.merge with parameters of type WarArchive
MergeWarFileDetails(WarArchive warArchive)
          Constructor.
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.