| |
|
| org.ow2.easybeans.ant.archive.file.ClientFile
ClientFile | public class ClientFile extends Jar implements IClient(Code) | | Creates a Client file.
author: Florent Benoit |
Constructor Summary | |
public | ClientFile(Project p) Creates an archive for the given project. |
ClientFile | public ClientFile(Project p)(Code) | | Creates an archive for the given project.
Parameters: p - the given project |
execute | public void execute()(Code) | | Execute the task.
|
setArchiveInfo | public void setArchiveInfo(ArchiveInfo archiveInfo)(Code) | | Sets the information about an archive.
Parameters: archiveInfo - the object that holds data information. |
setClientInfo | public void setClientInfo(ClientInfo clientInfo)(Code) | | Sets the information about a Client archive.
Parameters: clientInfo - the object that holds data information. |
setDD | public void setDD(File dd)(Code) | | Add the given DD file into the archive.
Parameters: dd - the path to the DDesc file. |
|
|
|