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
- if some error occurrs.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.