|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.umlgraph.doclet.PatternMatcher
public class PatternMatcher
Matches classes performing a regular expression match on the qualified class name
Field Summary | |
---|---|
(package private) java.util.regex.Pattern |
pattern
|
Constructor Summary | |
---|---|
PatternMatcher(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 |
---|
java.util.regex.Pattern pattern
Constructor Detail |
---|
public PatternMatcher(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 |