org.codehaus.cargo.module.ejb.websphere
Class IbmEjbJarBndXmiGrammar

java.lang.Object
  extended by org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar
All Implemented Interfaces:
Grammar

public class IbmEjbJarBndXmiGrammar
extends java.lang.Object
implements Grammar

Websphere specific grammar implementation. Since websphere uses xml schemas to describe their descriptors and no general xml schema Grammar implementation exists we have to use a specific one.

Version:
$Id: IbmEjbJarBndXmiGrammar.java 972 2006-03-27 14:58:26Z vmassol $

Constructor Summary
IbmEjbJarBndXmiGrammar()
           
 
Method Summary
 java.util.List getElementOrder(java.lang.String tagName)
          Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IbmEjbJarBndXmiGrammar

public IbmEjbJarBndXmiGrammar()
Method Detail

getElementOrder

public java.util.List getElementOrder(java.lang.String tagName)
Returns a List of DescriptorTag that describes the order that elements can appear in a certain element accordingly to the grammar.

Specified by:
getElementOrder in interface Grammar
Parameters:
tagName - the tag name to get the element order of.
Returns:
a List of DescriptorTag or null if tagName doesn't exist
See Also:
Grammar.getElementOrder(String)


Copyright © 2004-2010 Codehaus. All Rights Reserved.