Uses of Class
gnu.text.URIPath

Packages that use URIPath
gnu.text Supports various utility classes for formatting, parsing, and manipulating text (strings). 
 

Uses of URIPath in gnu.text
 

Subclasses of URIPath in gnu.text
 class URLPath
          A Path that wraps a URL.
 

Methods in gnu.text that return URIPath
static URIPath URIPath.coerceToURIPathOrNull(java.lang.Object path)
           
static URIPath URIPath.makeURI(java.lang.Object arg)
           
static URIPath URIPath.valueOf(java.lang.String uri)
           
static URIPath URIPath.valueOf(java.net.URI uri)
           
 

Methods in gnu.text with parameters of type URIPath
 int URIPath.compareTo(URIPath path)