Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.net.URI

Packages that use URI
java.io Provides for system input and output through data streams, serialization and the file system. 
java.net Provides the classes for implementing networking applications. 
 

Uses of URI in java.io
 

Methods in java.io that return URI
 URI File.toURI()
          Constructs a file: URI that represents this abstract pathname.
 

Constructors in java.io with parameters of type URI
File(URI uri)
          Creates a new File instance by converting the given file: URI into an abstract pathname.
 

Uses of URI in java.net
 

Methods in java.net that return URI
static URI URI.create(String str)
          Creates a URI by parsing the given string.
 URI URI.parseServerAuthority()
          Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
 URI URI.normalize()
          Normalizes this URI's path.
 URI URI.resolve(URI uri)
          Resolves the given URI against this URI.
 URI URI.resolve(String str)
          Constructs a new URI by parsing the given string and then resolving it against this URI.
 URI URI.relativize(URI uri)
          Relativizes the given URI against this URI.
 

Methods in java.net with parameters of type URI
 URI URI.resolve(URI uri)
          Resolves the given URI against this URI.
 URI URI.relativize(URI uri)
          Relativizes the given URI against this URI.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.