Class ResourceResolver

java.lang.Object
org.aksw.jena_sparql_api.rx.script.ResourceResolver

public class ResourceResolver extends Object
  • Constructor Details

    • ResourceResolver

      public ResourceResolver()
  • Method Details

    • resolveClassPathResources

      public static List<String> resolveClassPathResources(String glob)
      Try to resolve the glob to a list of resources on the class path.
    • resolveResources

      public static List<SimpleResource> resolveResources(String pathPattern) throws IOException
      Throws:
      IOException
    • longestLiteralPrefix

      public static String longestLiteralPrefix(String glob)
      Longest literal (meta-free) prefix of a Unix-style glob.
    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException