Class IbmEjbJarBndXmiGrammar
- java.lang.Object
-
- org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmiGrammar
-
-
Constructor Summary
Constructors Constructor Description IbmEjbJarBndXmiGrammar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescriptorTag>
getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar.
-
-
-
Method Detail
-
getElementOrder
public List<DescriptorTag> getElementOrder(String tagName)
Returns a List ofDescriptorTag
that describes the order that elements can appear in a certain element accordingly to the grammar.- Specified by:
getElementOrder
in interfaceGrammar
- Parameters:
tagName
- the tag name to get the element order of.- Returns:
- a List of
DescriptorTag
or null if tagName doesn't exist
-
-