Package | Description |
---|---|
org.codehaus.cargo.module.application | |
org.codehaus.cargo.module.webapp | |
org.codehaus.cargo.module.webapp.merge |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWarArchive
Class that encapsulates access to a WAR.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MergedWarArchive
Subclass representing the merged WAR file.
|
Modifier and Type | Method and Description |
---|---|
protected WarArchive |
MergedWarArchive.firstWarFile() |
WarArchive |
MergeWarFileDetails.getWarFile() |
Constructor and Description |
---|
MergeWarFileDetails(WarArchive warArchive)
Constructor.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.