public class PackageMatcher extends 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.
|
boolean |
matches(String name)
Returns the options for the specified class.
|
protected PackageDoc packageDoc
public PackageMatcher(PackageDoc packageDoc)
public boolean matches(ClassDoc cd)
ClassMatcher
matches
in interface ClassMatcher
public boolean matches(String name)
ClassMatcher
matches
in interface ClassMatcher