org.alfresco.service.namespace
Interface QNamePattern

All Known Implementing Classes:
QName, RegexQNamePattern

public interface QNamePattern

Provides pattern matching against qnames.

Implementations will use different mechanisms to match against the namespace and localname.

See Also:
QName

Method Summary
 boolean isMatch(QName qname)
          Checks if the given qualified name matches the pattern represented by this instance
 

Method Detail

isMatch

boolean isMatch(QName qname)
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


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.