Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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.

Author:
Derek Hulley
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

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.