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

All Known Subinterfaces:
IClient, IEar, IEjb, IWar
All Known Implementing Classes:
AbsExplodedArchive, ClientFile, EarExploded, EarFile, EjbExploded, EjbFile, WarExploded, WarFile

public interface IArchive

Interface for archives.

Author:
Florent Benoit

Method Summary
 void execute()
          Execute the task by using either exploded or file mode.
 void setArchiveInfo(ArchiveInfo archiveInfo)
          Sets the information about an archive.
 

Method Detail

setArchiveInfo

void setArchiveInfo(ArchiveInfo archiveInfo)
Sets the information about an archive.

Parameters:
archiveInfo - the object that holds data information.

execute

void execute()
Execute the task by using either exploded or file mode.