Class PropertyFunctionFactoryFsFind

java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.fs.PropertyFunctionFactoryFsFind
All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory

public class PropertyFunctionFactoryFsFind extends Object implements org.apache.jena.sparql.pfunction.PropertyFunctionFactory
Recursively list URLs of directory content
Author:
Claus Stadler, Dec 5, 2018
  • Field Details

  • Constructor Details

    • PropertyFunctionFactoryFsFind

      public PropertyFunctionFactoryFsFind(Function<? super Path,? extends Stream<? extends Path>> fn)
  • Method Details

    • parents

      public static Stream<Path> parents(Path path)
    • find

      public static Stream<Path> find(Path path)
    • create

      public org.apache.jena.sparql.pfunction.PropertyFunction create(String uri)
      Specified by:
      create in interface org.apache.jena.sparql.pfunction.PropertyFunctionFactory