|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String uri)
Returns the web-app archive stored in the EAR with the specified URI. |
WarArchive |
DefaultEarArchive.getWebModule(java.lang.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(java.io.File f)
Open a war archive. |
static WarArchive |
WarArchiveIo.open(java.io.InputStream is)
Open a war archive. |
static WarArchive |
WarArchiveIo.open(java.lang.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||