org.abstracthorizon.danube.webdav.util
Class URIUtils

java.lang.Object
  extended by org.abstracthorizon.danube.webdav.util.URIUtils

public class URIUtils
extends Object

URI utility methods

Author:
Daniel Sendula

Constructor Summary
URIUtils()
           
 
Method Summary
static Object uriToResource(HTTPConnection httpConnection, ResourceAdapter adapter, String uriString)
          Returns resource from the given URI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIUtils

public URIUtils()
Method Detail

uriToResource

public static Object uriToResource(HTTPConnection httpConnection,
                                   ResourceAdapter adapter,
                                   String uriString)
Returns resource from the given URI

Parameters:
httpConnection - connection
adapter - resource adapter
uriString - URI
Returns:
an object or null


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.