public interface ClasspathScanner
ClasspathMatcher
.Modifier and Type | Method and Description |
---|---|
Set<String> |
scan(String packagePath,
ClasspathMatcher matcher)
Perform a scan of the indicated package path and any nested packages.
|
Set<String> scan(String packagePath, ClasspathMatcher matcher) throws 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 resultIOException
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.