|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.umlgraph.doclet.InterfaceMatcher
public class InterfaceMatcher
Matches every class that implements (directly or indirectly) an interfaces matched by regular expression provided.
Field Summary | |
---|---|
protected java.util.regex.Pattern |
pattern
|
protected com.sun.javadoc.RootDoc |
root
|
Constructor Summary | |
---|---|
InterfaceMatcher(com.sun.javadoc.RootDoc root,
java.util.regex.Pattern pattern)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected com.sun.javadoc.RootDoc root
protected java.util.regex.Pattern pattern
Constructor Detail |
---|
public InterfaceMatcher(com.sun.javadoc.RootDoc root, java.util.regex.Pattern pattern)
Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |