Uses of Class
org.codehaus.cargo.module.Identifier
-
Packages that use Identifier Package Description org.codehaus.cargo.module org.codehaus.cargo.module.webapp -
-
Uses of Identifier in org.codehaus.cargo.module
Methods in org.codehaus.cargo.module that return Identifier Modifier and Type Method Description Identifier
DescriptorTag. getIdentifier()
Constructors in org.codehaus.cargo.module with parameters of type Identifier Constructor Description DescriptorTag(DescriptorType descriptorType, String tagName, org.jdom2.Namespace namespace, boolean isMultipleAllowed, Identifier identifier, Class clazz)
Constructor. -
Uses of Identifier in org.codehaus.cargo.module.webapp
Constructors in org.codehaus.cargo.module.webapp with parameters of type Identifier Constructor Description WebXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed, Identifier identifier, Class clazz)
Constructor.
-