Interface PathAwareFinder

    • Method Detail

      • withPath

        @Nonnull
        PathAwareFinder withPath​(@Nonnull
                                 java.nio.file.Path path)
        Constrains the search to the entity with the given path.
        Parameters:
        path - the path
        Returns:
        the Finder
      • withPath

        @Nonnull
        default PathAwareFinder withPath​(@Nonnull
                                         java.lang.String path)
        Constrains the search to the entity with the given path.
        Parameters:
        path - the path
        Returns:
        the Finder