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 classDtdContains methods for getting information from a dtd.classXsdContains methods for getting information from a XSD.Methods in org.codehaus.cargo.module that return Grammar Modifier and Type Method Description GrammarAbstractDescriptorType. getGrammar()Get the grammar for this descriptor type.GrammarDescriptorType. 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 classIbmEjbJarBndXmiGrammarWebsphere 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 classIbmWebBndXmiGrammarGrammar for a websphere web application descriptor.
-