org.ow2.util.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.ow2.util.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.


Copyright © 2007-2013 Bull S.A.S.. All Rights Reserved.