Uses of Interface
org.codehaus.cargo.module.Grammar
-
Packages that use Grammar Package Description org.codehaus.cargo.module org.codehaus.cargo.module.ejb.websphere org.codehaus.cargo.module.webapp org.codehaus.cargo.module.webapp.websphere -
-
Uses of Grammar in org.codehaus.cargo.module
Classes in org.codehaus.cargo.module that implement Grammar Modifier and Type Class Description class
Dtd
Contains methods for getting information from a dtd.class
Xsd
Contains methods for getting information from a XSD.Methods in org.codehaus.cargo.module that return Grammar Modifier and Type Method Description Grammar
AbstractDescriptorType. getGrammar()
Get the grammar for this descriptor type.Grammar
DescriptorType. getGrammar()
Constructors in org.codehaus.cargo.module with parameters of type Grammar Constructor Description AbstractDescriptorType(DescriptorType parent, Class descriptorClass, Grammar grammar)
Constructor. -
Uses of Grammar in org.codehaus.cargo.module.ejb.websphere
Classes in org.codehaus.cargo.module.ejb.websphere that implement Grammar Modifier and Type Class Description class
IbmEjbJarBndXmiGrammar
Websphere specific grammar implementation. -
Uses of Grammar in org.codehaus.cargo.module.webapp
Constructors in org.codehaus.cargo.module.webapp with parameters of type Grammar Constructor Description WebXmlType(AbstractDescriptorType parent, Grammar grammar)
Protected constructor. -
Uses of Grammar in org.codehaus.cargo.module.webapp.websphere
Classes in org.codehaus.cargo.module.webapp.websphere that implement Grammar Modifier and Type Class Description class
IbmWebBndXmiGrammar
Grammar for a websphere web application descriptor.
-