|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.util.OrCompositeNameMatcher
public class OrCompositeNameMatcher
A composite name matcher that matches if any of its member matchers match.
Constructor Summary | |
---|---|
OrCompositeNameMatcher()
Default constructor. |
Method Summary | |
---|---|
boolean |
matches(java.lang.String name)
Does the given name match, in whatever way the implementation defines. |
void |
setMatchers(java.util.List matchers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrCompositeNameMatcher()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |