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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyFunctionFactoryFsFind(Function<? super Path, ? extends Stream<? extends Path>> fn) -
Method Summary
-
Field Details
-
fn
-
-
Constructor Details
-
PropertyFunctionFactoryFsFind
-
-
Method Details
-
parents
-
find
-
create
- Specified by:
createin interfaceorg.apache.jena.sparql.pfunction.PropertyFunctionFactory
-