org.objectweb.easybeans.ant.archive.info
Class ClientInfo

java.lang.Object
  extended by org.objectweb.easybeans.ant.archive.info.ArchiveInfo
      extended by org.objectweb.easybeans.ant.archive.info.ClientInfo

public class ClientInfo
extends ArchiveInfo

Class that holds information about a Client archive.

Author:
Florent Benoit

Field Summary
private  java.lang.String mainClassAttribute
          Name of the Main-Class attribute.
 
Constructor Summary
ClientInfo()
           
 
Method Summary
 java.lang.String getMainClass()
           
 void setMainClass(java.lang.String mainClassAttribute)
          Sets the Main-Class: Attribute of the manifest.
 
Methods inherited from class org.objectweb.easybeans.ant.archive.info.ArchiveInfo
addFileSet, getDd, getDest, getFileSetList, getPersistenceDD, isExploded, setDD, setDest, setExploded, setPersistenceDD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainClassAttribute

private java.lang.String mainClassAttribute
Name of the Main-Class attribute.

Constructor Detail

ClientInfo

public ClientInfo()
Method Detail

setMainClass

public void setMainClass(java.lang.String mainClassAttribute)
Sets the Main-Class: Attribute of the manifest.

Parameters:
mainClassAttribute - the value of the Main-Class attribute

getMainClass

public java.lang.String getMainClass()
Returns:
the Main-Class: Attribute of the manifest.