org.ow2.util.ant.archive.info
Class EarInfo
java.lang.Object
org.ow2.util.ant.archive.info.ArchiveInfo
org.ow2.util.ant.archive.info.EarInfo
public class EarInfo
- extends ArchiveInfo
Class that holds information about an EAR 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 |
EarInfo
public EarInfo()
getEjbs
public List<Ejb> getEjbs()
- Returns:
- the list of EJBs modules
setEjbs
public void setEjbs(List<Ejb> ejbs)
- Sets the list of EJB modules.
- Parameters:
ejbs - the list of EJBs modules
setWars
public void setWars(List<War> wars)
- Sets the list of WAR modules.
- Parameters:
wars - the list of Wars modules
getWars
public List<War> getWars()
- Returns:
- the list of WARs modules
getClients
public List<Client> getClients()
- Returns:
- the clients
setClients
public void setClients(List<Client> clients)
- Parameters:
clients - the clients to set
Copyright © 2007-2013 Bull S.A.S.. All Rights Reserved.