public interface ClasspathScanner
ClasspathMatcher.| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
scan(java.lang.String packagePath,
ClasspathMatcher matcher)
Perform a scan of the indicated package path and any nested packages.
|
java.util.Set<java.lang.String> scan(java.lang.String packagePath, ClasspathMatcher matcher) throws java.io.IOException
packagePath - defines the root of the search as a path, e.g., "org/apache/tapestry5/" not "org.apache.tapestry5"matcher - passed each potential match to determine which are included in the final resultjava.io.IOException${project.version} - Copyright © 2003-2015 The Apache Software Foundation.