public class PackageMatcher extends java.lang.Object implements ClassMatcher
| Modifier and Type | Field and Description |
|---|---|
protected PackageDoc |
packageDoc |
| Constructor and Description |
|---|
PackageMatcher(PackageDoc packageDoc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ClassDoc cd)
Returns the options for the specified class.
|
public boolean matches(ClassDoc cd)
ClassMatchermatches in interface ClassMatcher