Interface GlobResolver

All Superinterfaces:
Provider<String,Stream<URI>>, ProviderFromIRI<Stream<URI>>
All Known Implementing Classes:
FileGlobResolver, GlobResolvers

public interface GlobResolver extends ProviderFromIRI<Stream<URI>>
GlobResolver "expands" an URI with a "glob" to a Stream of URIs. (E.g. à la Java's FileSystem.getPathMatcher(java.lang.String) - but not File / Path specific.)
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String globIRI)
    Get.