org.objectweb.easybeans.ant.archive.api
Interface IWar

All Superinterfaces:
IArchive
All Known Implementing Classes:
WarExploded, WarFile

public interface IWar
extends IArchive

Interface for WAR archives.

Author:
Florent Benoit

Method Summary
 void setWarInfo(WarInfo warInfo)
          Sets the information about a war archive.
 
Methods inherited from interface org.objectweb.easybeans.ant.archive.api.IArchive
execute, setArchiveInfo
 

Method Detail

setWarInfo

void setWarInfo(WarInfo warInfo)
Sets the information about a war archive.

Parameters:
warInfo - the object that holds data information.