public class PatternMatcher extends java.lang.Object implements ClassMatcher
Modifier and Type | Field and Description |
---|---|
(package private) java.util.regex.Pattern |
pattern |
Constructor and Description |
---|
PatternMatcher(java.util.regex.Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(com.sun.javadoc.ClassDoc cd)
Returns the options for the specified class.
|
boolean |
matches(java.lang.String name)
Returns the options for the specified class.
|
public boolean matches(com.sun.javadoc.ClassDoc cd)
ClassMatcher
matches
in interface ClassMatcher
public boolean matches(java.lang.String name)
ClassMatcher
matches
in interface ClassMatcher