org.codehaus.cargo.module
Interface J2eeDescriptor

All Superinterfaces:
Descriptor
All Known Implementing Classes:
ApplicationXml, EjbJarXml, WebXml

public interface J2eeDescriptor
extends Descriptor

Common interface for all standard J2EE deployment descriptors (web.xml, ejb-jar.xml, etc).

Version:
$Id: J2eeDescriptor.java 1116 2006-07-21 19:59:53Z vmassol $

Method Summary
 java.util.Iterator getVendorDescriptors()
          Returns all vendor descriptors associated with this J2EE deployment descriptor.
 
Methods inherited from interface org.codehaus.cargo.module.Descriptor
getDocument, getFileName
 

Method Detail

getVendorDescriptors

public java.util.Iterator getVendorDescriptors()
Returns all vendor descriptors associated with this J2EE deployment descriptor. For example for JBoss the vendor descriptor associated with web.xml is jboss-web.xml.

Returns:
Iterator containing Descriptor objects


Copyright © 2004-2008 Codehaus. All Rights Reserved.