| org.ow2.easybeans.ant.archive.file.WarFile
WarFile | public class WarFile extends War implements IWar(Code) | | Creates a WAR file.
author: Florent Benoit |
Constructor Summary | |
public | WarFile(Project p) Creates an archive for the given project. |
WarFile | public WarFile(Project p)(Code) | | Creates an archive for the given project.
Parameters: p - the given project |
execute | public void execute()(Code) | | Execute the task.
|
setArchiveInfo | public void setArchiveInfo(ArchiveInfo archiveInfo)(Code) | | Sets the information about an archive.
Parameters: archiveInfo - the object that holds data information. |
setWarInfo | public void setWarInfo(WarInfo warInfo)(Code) | | Sets the information about a war archive.
Parameters: warInfo - the object that holds data information. |
|
|