public class OrCompositeNameMatcher extends java.lang.Object implements NameMatcher, java.io.Serializable
Constructor and Description |
---|
OrCompositeNameMatcher()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String name)
Does the given name match, in whatever way the implementation
defines.
|
void |
setMatchers(java.util.List matchers) |
public void setMatchers(java.util.List matchers)
public boolean matches(java.lang.String name)
NameMatcher
matches
in interface NameMatcher
name
- The name to check for matching.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.