Package org.codehaus.cargo.module
Class Identifier
- java.lang.Object
-
- org.codehaus.cargo.module.Identifier
-
public class Identifier extends Object
Class used to work out how to 'identify' instances of DescrtiptorTags.
-
-
Constructor Summary
Constructors Constructor Description Identifier(String xpath)
Constructor.Identifier(Map<String,String> namespaceMap, String xpath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier(org.jdom2.Element element)
Get the value of the identifier for a particular element.
-
-
-
Method Detail
-
getIdentifier
public String getIdentifier(org.jdom2.Element element)
Get the value of the identifier for a particular element.- Parameters:
element
- element to use- Returns:
- the value of the identifier
-
-