public class InterfaceMatcher extends java.lang.Object implements ClassMatcher
Modifier and Type | Field and Description |
---|---|
protected java.util.regex.Pattern |
pattern |
protected com.sun.javadoc.RootDoc |
root |
Constructor and Description |
---|
InterfaceMatcher(com.sun.javadoc.RootDoc root,
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.
|
protected com.sun.javadoc.RootDoc root
protected java.util.regex.Pattern pattern
public InterfaceMatcher(com.sun.javadoc.RootDoc root, java.util.regex.Pattern pattern)
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