Class URIUtil
java.lang.Object
com.espertech.esper.common.internal.util.URIUtil
Utility for inspecting and comparing URI.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Map.Entry<URI,
Object>> filterSort
(URI child, Map<URI, 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 String[]
parsePathElements
(URI uri)
-
Constructor Details
-
URIUtil
public URIUtil()
-
-
Method Details
-
filterSort
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.- Parameters:
child
- is the child URI to match against factory URIsuris
- is a map of factory URI and an object- Returns:
- matching factory URIs, if any
-
parsePathElements
-