net.sourceforge.nrl.parser.util
Class URIUtils

java.lang.Object
  extended by net.sourceforge.nrl.parser.util.URIUtils

public class URIUtils
extends Object


Constructor Summary
URIUtils()
           
 
Method Summary
static URI standardiseSeparators(URI uri)
          Removes any backslahses or escaped backslashes from a 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

standardiseSeparators

public static URI standardiseSeparators(URI uri)
Removes any backslahses or escaped backslashes from a URI. If, for some reason, it was not possible to construct a new URI after removing the back slashes, then the original is returned.

Parameters:
uri -
Returns:


Copyright © 2006-2013. All Rights Reserved.