Package org.alfresco.service.namespace
Interface QNamePattern
- All Known Implementing Classes:
QName
,RegexQNamePattern
Provides pattern matching against
qnames
.
Implementations will use different mechanisms to match against the
namespace
and
{@link org.alfresco.service.namespace.QName#getLocalName()() localname}.
- Author:
- Derek Hulley
- See Also:
-
Method Summary
-
Method Details
-
isMatch
Checks if the given qualified name matches the pattern represented by this instance- Parameters:
qname
- the instance to check- Returns:
- Returns true if the qname matches this pattern
-