org.ow2.util.ant.archive.info
Class ClientInfo
java.lang.Object
org.ow2.util.ant.archive.info.ArchiveInfo
org.ow2.util.ant.archive.info.ClientInfo
public class ClientInfo
- extends ArchiveInfo
Class that holds information about a Client archive.
- Author:
- Florent Benoit
| 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 |
ClientInfo
public ClientInfo()
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.