Interface JavaResourceTree

All Superinterfaces:
ClasspathElement, FileTree<ResourceFile>, Resource, Resources<ResourceFile>
All Known Implementing Classes:
DefaultJavaResourceTree

A FileTree that consists of ResourceFiles and can be used in a Java classpath.
  • Method Details

    • of

      static JavaResourceTree of(Project project, Path directory, String pattern)
      Creates a new Java resource tree from the given values.
      Parameters:
      project - the project
      directory - the directory
      pattern - the pattern
      Returns:
      the java resource tree