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

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

public class EarInfo
extends ArchiveInfo

Class that holds information about an EAR archive.

Author:
Florent Benoit

Constructor Summary
EarInfo()
           
 
Method Summary
 List<Client> getClients()
           
 List<Ejb> getEjbs()
           
 List<War> getWars()
           
 void setClients(List<Client> clients)
           
 void setEjbs(List<Ejb> ejbs)
          Sets the list of EJB modules.
 void setWars(List<War> wars)
          Sets the list of WAR modules.
 
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

EarInfo

public EarInfo()
Method Detail

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.