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)
ClassMatchermatches in interface ClassMatcherpublic boolean matches(java.lang.String name)
ClassMatchermatches in interface ClassMatcher