|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.util.URIUtil
public class URIUtil
Utility for inspecting and comparing URI.
Constructor Summary | |
---|---|
URIUtil()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URIUtil()
Method Detail |
---|
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 object
public static java.lang.String[] parsePathElements(java.net.URI uri)
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |