org.ow2.util.ant.archive.info
Class ClientInfo

java.lang.Object
  extended by org.ow2.util.ant.archive.info.ArchiveInfo
      extended by org.ow2.util.ant.archive.info.ClientInfo

public class ClientInfo
extends ArchiveInfo

Class that holds information about a Client archive.

Author:
Florent Benoit

Constructor Summary
ClientInfo()
           
 
Method Summary
 String getMainClass()
           
 void setMainClass(String mainClassAttribute)
          Sets the Main-Class: Attribute of the manifest.
 
Methods inherited from class org.ow2.util.ant.archive.info.ArchiveInfo
addFileSet, getDD, getDest, getFileSetList, getManifest, getPersistenceDD, getSpecificDD, isExploded, setDD, setDest, setExploded, setManifest, setPersistenceDD, setSpecificDD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInfo

public ClientInfo()
Method Detail

setMainClass

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

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

getMainClass

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


Copyright © 2007-2013 Bull S.A.S.. All Rights Reserved.