Interface ClassTree

All Superinterfaces:
ClasspathElement, FileTree<ClassFile>, Resource, Resources<ClassFile>
All Known Implementing Classes:
DefaultClassTree

public interface ClassTree extends FileTree<ClassFile>, ClasspathElement
A FileTree that consists of ClassFiles.
  • Method Details

    • of

      static ClassTree of(Project project, Path directory)
      Creates a new class tree from the given values.
      Parameters:
      project - the project
      directory - the directory
      Returns:
      the class tree