Package adams.core
Class FindClass.Listener
- java.lang.Object
-
- adams.core.FindClass.Listener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<URL>getMatches()Returns the matches.voidtraversing(String classname, URL classPathPart)Gets called when a class is being traversed.
-
-
-
Constructor Detail
-
Listener
public Listener(String search, boolean regExp)
Initializes the collector.- Parameters:
search- the search stringregExp- true if the search string is regular expression
-
-
Method Detail
-
traversing
public void traversing(String classname, URL classPathPart)
Gets called when a class is being traversed.- Specified by:
traversingin interfacenz.ac.waikato.cms.locator.TraversalListener- Parameters:
classname- the current classnameclassPathPart- the current classpath part this classname is located in
-
-