Class ClasspathScanner

All Implemented Interfaces:
Generator, ResourceProvider

public class ClasspathScanner extends AbstractGenerator
Provides FileTrees with classes from a given classpath.
  • Constructor Details

    • ClasspathScanner

      public ClasspathScanner(Project project, String path)
      Instantiates a new classpath provider. The path is a list of directories or jar files separated by the system's path separator. Relative paths are resolved against the project's directory.
      Parameters:
      project - the project
      path - the path
  • Method Details