com.espertech.esper.util
Class URIUtil

java.lang.Object
  extended by com.espertech.esper.util.URIUtil

public class URIUtil
extends Object

Utility for inspecting and comparing URI.


Constructor Summary
URIUtil()
           
 
Method Summary
static 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIUtil

public URIUtil()
Method Detail

filterSort

public static 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.

Parameters:
child - is the child URI to match against factory URIs
uris - is a map of factory URI and an object
Returns:
matching factory URIs, if any

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com