Interface ClasspathScanner

    • Method Detail

      • scan

        Set<Stringscan​(String packagePath,
                         ClasspathMatcher matcher)
                  throws IOException
        Perform a scan of the indicated package path and any nested packages.
        Parameters:
        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 result
        Returns:
        matching paths based on the search and the matcher
        Throws:
        IOException - if some error occurrs.