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

All Superinterfaces:
IArchive
All Known Implementing Classes:
EarExploded, EarFile

public interface IEar
extends IArchive

Interface for EAR archives.

Author:
Florent Benoit

Method Summary
 void setEarInfo(EarInfo earInfo)
          Sets the information about an EAR archive.
 
Methods inherited from interface org.objectweb.easybeans.ant.archive.api.IArchive
execute, setArchiveInfo
 

Method Detail

setEarInfo

void setEarInfo(EarInfo earInfo)
Sets the information about an EAR archive.

Parameters:
earInfo - the object that holds data information.