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

All Superinterfaces:
IArchive
All Known Implementing Classes:
ClientFile

public interface IClient
extends IArchive

Interface for Client archives.

Author:
Florent Benoit

Method Summary
 void setClientInfo(ClientInfo clientInfo)
          Sets the information about a Client archive.
 
Methods inherited from interface org.objectweb.easybeans.ant.archive.api.IArchive
execute, setArchiveInfo
 

Method Detail

setClientInfo

void setClientInfo(ClientInfo clientInfo)
Sets the information about a Client archive.

Parameters:
clientInfo - the object that holds data information.