Class ResourceResolver
java.lang.Object
org.aksw.jena_sparql_api.rx.script.ResourceResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringlongestLiteralPrefix(String glob) Longest literal (meta-free) prefix of a Unix-style glob.static voidTry to resolve the glob to a list of resources on the class path.static List<SimpleResource>resolveResources(String pathPattern)
-
Constructor Details
-
ResourceResolver
public ResourceResolver()
-
-
Method Details
-
resolveClassPathResources
Try to resolve the glob to a list of resources on the class path. -
resolveResources
- Throws:
IOException
-
longestLiteralPrefix
Longest literal (meta-free) prefix of a Unix-style glob. -
main
- Throws:
IOException
-