public class SubclassMatcher extends Object implements ClassMatcher
Modifier and Type | Field and Description |
---|---|
protected Pattern |
pattern |
protected RootDoc |
root |
Constructor and Description |
---|
SubclassMatcher(RootDoc root,
Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(ClassDoc cd)
Returns the options for the specified class.
|
boolean |
matches(String name)
Returns the options for the specified class.
|
public boolean matches(ClassDoc cd)
ClassMatcher
matches
in interface ClassMatcher
public boolean matches(String name)
ClassMatcher
matches
in interface ClassMatcher