public class URIUtil
extends java.lang.Object
Constructor and Description |
---|
URIUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<java.util.Map.Entry<java.net.URI,java.lang.Object>> |
filterSort(java.net.URI child,
java.util.Map<java.net.URI,java.lang.Object> uris)
Given a child URI and a map of factory URIs, inspect the child URI against the factory URIs
and return a collection of entries for which the child URI falls within or is equals to the factory URI.
|
static java.lang.String[] |
parsePathElements(java.net.URI uri) |
public static java.util.Collection<java.util.Map.Entry<java.net.URI,java.lang.Object>> filterSort(java.net.URI child, java.util.Map<java.net.URI,java.lang.Object> uris)
child
- is the child URI to match against factory URIsuris
- is a map of factory URI and an objectpublic static java.lang.String[] parsePathElements(java.net.URI uri)