org.alfresco.util
Interface NameMatcher
- All Known Implementing Classes:
- OrCompositeNameMatcher, RegexNameMatcher
public interface NameMatcher
Trivial interface for an object that matches names in some way.
It's immediate use is for filtering what gets considered for
compare/update purposes in the AVM.
Method Summary |
boolean |
matches(java.lang.String name)
Does the given name match, in whatever way the implementation
defines. |
matches
boolean matches(java.lang.String name)
- Does the given name match, in whatever way the implementation
defines.
- Parameters:
name
- The name to check for matching.
- Returns:
- Whether the named matched.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.