org.codehaus.plexus.archiver.ear
public class EarArchiver extends JarArchiver
| Field Summary | |
|---|---|
| File | deploymentDescriptor |
| boolean | descriptorAdded |
| Constructor Summary | |
|---|---|
| EarArchiver()
Create an Ear. | |
| Method Summary | |
|---|---|
| void | addArchive(File fileName)
Adds archive. |
| void | addArchives(File directoryName, String[] includes, String[] excludes)
Adds archives. |
| protected void | cleanUp()
Make sure we don't think we already have a application.xml next
time this task gets executed. |
| protected void | initZipOutputStream(ZipOutputStream zOut) |
| void | setAppxml(File descr)
File to incorporate as application.xml. |
| protected void | zipFile(ArchiveEntry entry, ZipOutputStream zOut, String vPath, int mode)
Overridden from ZipArchiver class to deal with application.xml |